Skip to content

Commit

Permalink
chore(package.json): add release-dry-run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 21, 2024
1 parent 9a93e5e commit db5e577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"scripts": {
"ncu": "npx npm-check-updates -i --target=minor --dep=dev,peer,optional,prod --format=group --packageFile='{,projects/**/}package.json'",
"lint": "eslint . --fix",
"prepare": "husky || true"
"prepare": "husky || true",
"release:dry-run": "nx release --verbose --dry-run"
},
"workspaces": [
"projects/core",
Expand Down

0 comments on commit db5e577

Please sign in to comment.