mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
chore: dry run option for release script [skip ci]
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user