syndicate-js/bootstrap

5 lines
78 B
Bash
Executable File

#!/bin/sh
[ -d node_modules/lerna ] || npm i .
redo clean
redo -j$(nproc) all