diff --git a/package.json b/package.json index b17c39291..0fb71a2ce 100644 --- a/package.json +++ b/package.json @@ -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": {