Improve bootstrap script
This commit is contained in:
parent
2689433d9d
commit
081074a39c
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
[ -d node_modules/lerna ] || npm i .
|
||||
npx lerna bootstrap
|
||||
npx lerna bootstrap --ignore-scripts
|
||||
redo clean
|
||||
redo -j3 all
|
||||
|
|
Loading…
Reference in a new issue