We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da81517 commit 829200dCopy full SHA for 829200d
package.json
@@ -70,7 +70,7 @@
70
"test:prepush": "npm run build && npm run test:unit && npm run test:size",
71
"prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN",
72
"postpublish": "npm run docs:publish && npm run clean",
73
- "semantic-release": "semantic-release",
+ "semantic-release": "semantic-release --dry-run",
74
"precommit": "npm run lint && npm run prettier:check",
75
"prepush": "npm run test:prepush"
76
},
0 commit comments