chore: re-enable pre-release checks

This commit is contained in:
Gregor Kleen 2019-07-24 18:35:48 +02:00
parent ae085e63a4
commit 718519fe10

View File

@ -20,6 +20,7 @@
"frontend:test:watch": "karma start --conf karma.conf.js --single-run false",
"frontend:build": "webpack",
"frontend:build:watch": "webpack --watch",
"prerelease": "npm run test",
"release": "standard-version -a",
"postrelease": "git push --follow-tags origin master"
},