[client-app] use forked lerna for better npm logging

This commit is contained in:
Evan Morikawa 2017-03-06 15:35:56 -05:00
parent 8bd6fe63aa
commit 3c1c70e262
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.37",
"lerna": "2.0.0-beta.38",
"version": "0.0.1"
}

View file

@ -32,7 +32,7 @@
"grunt-electron-installer": "2.x.x",
"grunt-lesslint": "0.13.x",
"jasmine": "2.x.x",
"lerna": "2.0.0-beta.37",
"lerna": "emorikawa/lerna#v2.0.0-beta.38.forked",
"load-grunt-parent-tasks": "0.1.1",
"pm2": "2.4.0",
"request": "2.x.x",

View file

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