mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 02:19:46 +08:00
[client-app] use forked lerna for better npm logging
This commit is contained in:
parent
8bd6fe63aa
commit
3c1c70e262
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"lerna": "2.0.0-beta.37",
|
||||
"lerna": "2.0.0-beta.38",
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue