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:test:watch": "karma start --conf karma.conf.js --single-run false",
|
||||||
"frontend:build": "webpack",
|
"frontend:build": "webpack",
|
||||||
"frontend:build:watch": "webpack --watch",
|
"frontend:build:watch": "webpack --watch",
|
||||||
|
"prerelease": "npm run test",
|
||||||
"release": "standard-version -a"
|
"release": "standard-version -a"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user