syndicate-js/bootstrap

6 lines
108 B
Plaintext
Raw Normal View History

2018-11-06 23:13:51 +00:00
#!/bin/sh
[ -d node_modules/lerna ] || npm i .
2018-11-06 23:22:06 +00:00
npx lerna bootstrap --ignore-scripts
redo clean
redo -j3 all