Skip to content

Commit ee1898e

Browse files
committed
fix release scripts
1 parent 20f4be8 commit ee1898e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint": "bunx @biomejs/biome check src/",
1616
"lint:fix": "bunx @biomejs/biome check --apply src/",
1717
"format": "bunx @biomejs/biome format --write src/",
18-
"release:patch": "bun version patch && git push origin master --follow-tags",
19-
"release:minor": "bun version minor && git push origin master --follow-tags",
20-
"release:major": "bun version major && git push origin master --follow-tags"
18+
"release:patch": "bun pm version patch && git push origin master --follow-tags",
19+
"release:minor": "bun pm version minor && git push origin master --follow-tags",
20+
"release:major": "bun pm version major && git push origin master --follow-tags"
2121
},
2222
"dependencies": {
2323
"@hono/zod-validator": "^0.7.2",

0 commit comments

Comments
 (0)