Skip to content

Commit 87ee206

Browse files
committed
chore: update release script
1 parent 44bac23 commit 87ee206

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
@@ -21,7 +21,7 @@
2121
"build": "unbuild",
2222
"dev": "vitest",
2323
"lint": "eslint --ext .ts . && prettier -c src test",
24-
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
24+
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
2525
"test": "pnpm lint && vitest run --coverage"
2626
},
2727
"dependencies": {

0 commit comments

Comments
 (0)