Skip to content

Commit

Permalink
fix(repo): use lerna command in e2e with yarn --silent (#16155)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Apr 6, 2023
1 parent c53d9c3 commit cb5a7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/command-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function getPackageManagerCommand({
addProd: `yarn add`,
addDev: `yarn add -D`,
list: 'npm ls --depth 10',
runLerna: `yarn lerna`,
runLerna: `yarn --silent lerna`,
},
// Pnpm 3.5+ adds nx to
pnpm: {
Expand Down

0 comments on commit cb5a7d8

Please sign in to comment.