Skip to content

Commit a52338f

Browse files
committed
chore: update release script
1 parent 4fd4a79 commit a52338f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
2626
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
2727
"prepack": "pnpm run build",
28-
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
28+
"release": "pnpm test && changelogen --release --push && npm publish",
2929
"test": "pnpm lint && vitest run --coverage"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)