Skip to content

Commit

Permalink
chore: rm dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoudy91 committed Sep 19, 2024
1 parent a813188 commit 5d5415a
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 @@ -79,7 +79,7 @@
"test:prepush": "npm run build && npm run test:unit && npm run test:types",
"prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN",
"postpublish": "npm run docs:publish && npm run clean",
"semantic-release": "semantic-release --dry-run",
"semantic-release": "semantic-release",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit 5d5415a

Please sign in to comment.