Skip to content

Commit 64be1bd

Browse files
chore: add sr-dry-run command
1 parent 1420ee6 commit 64be1bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"format": "prettier . --write",
4747
"format:check": "prettier . --check",
4848
"spellcheck": "cspell \"**/*.{js,ts,json,md}\"",
49+
"sr-dry-run": "semantic-release --dry-run --plugins @semantic-release/commit-analyzer",
4950
"list-outdated-dependencies": "npm-check-updates --format repo",
5051
"update-dependencies": "npm-check-updates -u && npm install && npm run release",
5152
"clean": "rimraf coverage dist node_modules || echo Repo cleaned",

0 commit comments

Comments
 (0)