Skip to content

Commit

Permalink
Merge pull request #253 from GordonSmith/LERNA_PUBLISH_Y
Browse files Browse the repository at this point in the history
fix: Add -y option for publish
  • Loading branch information
GordonSmith authored Aug 15, 2024
2 parents 7c8edd5 + 7cc8bd6 commit 841bddb
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 @@ -61,7 +61,7 @@
"test": "lerna run test",
"coverage": "c8 npm run test-node",
"coverage-report": "c8 report --reporter=lcov",
"publish": "lerna publish --no-private from-package",
"publish": "lerna publish from-package -y",
"purge-jsdelivr": "node ./utils/purge-jsdelivr.js",
"update-root": "npx -y npm-check-updates -u -t minor",
"update": "npm run update-root && lerna run update",
Expand Down

0 comments on commit 841bddb

Please sign in to comment.