chore: enforce running of tests before release
This commit is contained in:
parent
c8874425d2
commit
e9b86cd3fb
@ -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"
|
||||
},
|
||||
"husky": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user