From c0510f6015d8a15b1379ecac326eaf4deec4c7a2 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Mon, 6 Mar 2017 12:16:42 -0500 Subject: [PATCH] [*] increase loglevel for lerna bootstrap --- scripts/postinstall.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall.es6 b/scripts/postinstall.es6 index d41b5c2f1..c5aa070ea 100644 --- a/scripts/postinstall.es6 +++ b/scripts/postinstall.es6 @@ -55,7 +55,7 @@ async function installPrivateResources() { async function lernaBootstrap() { console.log("\n---> Installing packages"); - await spawn("lerna", ["bootstrap"]) + await spawn("lerna", ["bootstrap", '--loglevel=silly']) } const npmEnvs = {