[*] increase loglevel for lerna bootstrap

This commit is contained in:
Evan Morikawa 2017-03-06 12:16:42 -05:00
parent c088e86110
commit c0510f6015

View file

@ -55,7 +55,7 @@ async function installPrivateResources() {
async function lernaBootstrap() { async function lernaBootstrap() {
console.log("\n---> Installing packages"); console.log("\n---> Installing packages");
await spawn("lerna", ["bootstrap"]) await spawn("lerna", ["bootstrap", '--loglevel=silly'])
} }
const npmEnvs = { const npmEnvs = {