Skip to content

Commit 5d5415a

Browse files
committed
chore: rm dry-run flag
1 parent a813188 commit 5d5415a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"test:prepush": "npm run build && npm run test:unit && npm run test:types",
8080
"prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN",
8181
"postpublish": "npm run docs:publish && npm run clean",
82-
"semantic-release": "semantic-release --dry-run",
82+
"semantic-release": "semantic-release",
8383
"prepare": "husky"
8484
},
8585
"dependencies": {

0 commit comments

Comments
 (0)