diff --git a/bootstrap b/bootstrap index a1f8658..e70585e 100755 --- a/bootstrap +++ b/bootstrap @@ -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