Skip to content

Commit

Permalink
chore: add no-bail
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Nov 9, 2023
1 parent a38bad3 commit 6c9fcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lerna:rm:lock": "lerna exec -- rm -rf package-lock.json",
"lerna:rm:node_modules": "lerna exec -- rm -rf node_modules",
"lerna:update": "lerna exec --bail --concurrency 5 npm update && npm install",
"lerna:outdated": "lerna exec --concurrency 5 npm outdated",
"lerna:outdated": "lerna exec --concurrency 5 npm outdated --no-bail",
"lerna:audit": "lerna exec --concurrency 2 npm audit fix",
"lerna:fund": "lerna exec --concurrency 2 npm fund",
"lerna:sync": "lerna exec --bail --concurrency 2 npm install && lerna publish --exact --yes --skip-npm --skip-git --repo-version $npm_package_version",
Expand Down

0 comments on commit 6c9fcc7

Please sign in to comment.