Skip to content

Commit

Permalink
chore(cli): disable lerna progress bar for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Feb 25, 2019
1 parent 302a6ae commit 28fb0ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/test/acceptance/app-run.acceptance.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ async function lernaBootstrap(scope) {
ci: false,
scope: scope,
loglevel: 'silent',
// Disable progress bars
progress: false,
});
await cmd;
}

0 comments on commit 28fb0ed

Please sign in to comment.