mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
build(core): add prepare script to the logto root postinstall life cycle (#292)
* build(core): add prepare script to the logto root postinstall life cycle add prepare script to the logto root postinstall life cycle * ci(core): update prepack script add prepare:pack script to the logto root level * fix(prepack): cr fix rename to prepack
This commit is contained in:
parent
607a5344c2
commit
5368cb31f6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"lerna": "lerna",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"prepare": "if test \"$NODE_ENV\" != \"production\" && test \"$CI\" != \"true\" ; then husky install ; fi",
|
||||
"prepack": "lerna run --stream prepack",
|
||||
"dev": "lerna run --stream prepack && lerna --scope=@logto/{core,ui,console} exec -- pnpm dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue