Use all CPUs during bootstrap

This commit is contained in:
Tony Garnock-Jones 2020-07-19 20:27:26 +02:00
parent f92a0da38d
commit bfc4fe5d9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
[ -d node_modules/lerna ] || npm i .
redo clean
redo -j3 all
redo -j$(nproc) all