mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
[*] increase loglevel for lerna bootstrap
This commit is contained in:
parent
c088e86110
commit
c0510f6015
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue