fix(standard-version): properly reset staging area before release
This commit is contained in:
parent
605e62f445
commit
5aa906e7eb
@ -18,7 +18,8 @@
|
||||
"frontend:test:watch": "karma start --conf karma.conf.js --single-run false",
|
||||
"frontend:build": "webpack",
|
||||
"frontend:build:watch": "webpack --watch",
|
||||
"release": "git reset && standard-version -a"
|
||||
"release": "standard-version -a",
|
||||
"prerelease": "git reset"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user