diff --git a/package.json b/package.json index cedb1dd4a..4a1187eba 100644 --- a/package.json +++ b/package.json @@ -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" },