Skip to content

Commit 73cca04

Browse files
committed
--follow-tags
1 parent a6f6d45 commit 73cca04

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
@@ -33,8 +33,8 @@
3333
"test:coverage": "vitest run --coverage --coverage.reporter=text",
3434
"prepublishOnly": "npm run clean && npm run build",
3535
"preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
36-
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
37-
"release": "npm version patch && npm publish && git push --tags && git push",
36+
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --follow-tags",
37+
"release": "npm version patch && npm publish && git push --follow-tags && git push",
3838
"version": "vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3939
},
4040
"files": [

0 commit comments

Comments
 (0)