chore(release): automatically push new releases
This commit is contained in:
parent
4f1162c363
commit
5ecaaeefe2
@ -21,7 +21,8 @@
|
||||
"frontend:build": "webpack",
|
||||
"frontend:build:watch": "webpack --watch",
|
||||
"prerelease": "npm run test",
|
||||
"release": "standard-version -a"
|
||||
"release": "standard-version -a",
|
||||
"postrelease": "git push --follow-tags origin master"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user