File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
"lint" : " bunx @biomejs/biome check src/" ,
16
16
"lint:fix" : " bunx @biomejs/biome check --apply src/" ,
17
17
"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"
21
21
},
22
22
"dependencies" : {
23
23
"@hono/zod-validator" : " ^0.7.2" ,
You can’t perform that action at this time.
0 commit comments