fix(standard-version): properly reset staging area before release

This commit is contained in:
Gregor Kleen 2019-07-02 16:57:06 +02:00
parent 605e62f445
commit 5aa906e7eb

View File

@ -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": {