chore(release): try to skip build
This commit is contained in:
parent
5ccd1b19b6
commit
d6fe76ff77
@ -26,7 +26,7 @@
|
|||||||
"i18n:test": "./missing-translations.sh",
|
"i18n:test": "./missing-translations.sh",
|
||||||
"prerelease": "./is-clean.sh && npm run test",
|
"prerelease": "./is-clean.sh && npm run test",
|
||||||
"release": "standard-version -a",
|
"release": "standard-version -a",
|
||||||
"postrelease": "git push --follow-tags origin master"
|
"postrelease": "git push -o ci.skip --follow-tags origin master"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
Reference in New Issue
Block a user