Skip to content

Commit cdd7e02

Browse files
committed
chore: adding dry run flag, BC commit tag to force major (#2325)
1 parent da81517 commit cdd7e02

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
@@ -70,7 +70,7 @@
7070
"test:prepush": "npm run build && npm run test:unit && npm run test:size",
7171
"prepublishOnly": "export PUBLISH_RUN=true && npm run build && unset PUBLISH_RUN",
7272
"postpublish": "npm run docs:publish && npm run clean",
73-
"semantic-release": "semantic-release",
73+
"semantic-release": "semantic-release --dry-run",
7474
"precommit": "npm run lint && npm run prettier:check",
7575
"prepush": "npm run test:prepush"
7676
},

0 commit comments

Comments
 (0)