syndicate-js/bootstrap

5 lines
78 B
Plaintext
Raw Permalink 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
redo clean
2020-07-19 18:27:26 +00:00
redo -j$(nproc) all