chore(release): use current origin instead of master
This commit is contained in:
parent
d1738c2963
commit
94865d1581
@ -25,7 +25,7 @@
|
||||
"i18n:test": "./missing-translations.sh",
|
||||
"prerelease": "./is-clean.sh && npm run test",
|
||||
"release": "./release.sh",
|
||||
"postrelease": "git push --follow-tags origin master",
|
||||
"postrelease": "git push --follow-tags",
|
||||
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"
|
||||
},
|
||||
"husky": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user