Skip to content

Commit 8242c3c

Browse files
committed
fix release script push commands
1 parent dc0bfca commit 8242c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"test:coverage": "vitest run --coverage --coverage.reporter=text",
3131
"prepublishOnly": "npm run build",
3232
"preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
33-
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
34-
"release": "npm version patch && npm publish && git push --tags && git push",
33+
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --follow-tags",
34+
"release": "npm version patch && npm publish && git push --follow-tags",
3535
"version": "vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3636
},
3737
"files": [

0 commit comments

Comments
 (0)