diff --git a/package.json b/package.json index 95c73c97c..cf32dc2a6 100644 --- a/package.json +++ b/package.json @@ -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",