4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
[ -d node_modules/lerna ] || npm i .
|
|
redo clean
|
|
redo -j$(nproc) all
|