From 081074a39c1f8be1316294db10ea09a4376e1eaa Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 6 Nov 2018 23:22:06 +0000 Subject: [PATCH] Improve bootstrap script --- bootstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index a1f8658..e70585e 100755 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,5 @@ #!/bin/sh [ -d node_modules/lerna ] || npm i . -npx lerna bootstrap +npx lerna bootstrap --ignore-scripts +redo clean +redo -j3 all