chore: make postversion push only current branch
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
"prepublishOnly": "yarn lint",
|
"prepublishOnly": "yarn lint",
|
||||||
"preversion": "yarn lint && yarn build",
|
"preversion": "yarn lint && yarn build",
|
||||||
"version": "yarn format && git add -A src",
|
"version": "yarn format && git add -A src",
|
||||||
"postversion": "git push && git push --tags",
|
"postversion": "git push origin HEAD && git push --tags",
|
||||||
"yalc:publish": "yarn build && yalc publish --push",
|
"yalc:publish": "yarn build && yalc publish --push",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:unit": "jest ./src/__tests__/unit",
|
"test:unit": "jest ./src/__tests__/unit",
|
||||||
|
|||||||
Reference in New Issue
Block a user