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