chore: dry run option for release script [skip ci]

This commit is contained in:
Jagandeep Brar
2022-01-26 04:54:30 -05:00
parent d59e4640a2
commit 443c20f718

View File

@@ -6,7 +6,8 @@
"scripts": {
"prepare": "husky install",
"commit": "git add . && cz",
"release": "standard-version --no-verify --commit-all"
"release": "standard-version --no-verify --commit-all",
"release:dry": "npm run release -- --dry-run"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",