Skip to content

Commit

Permalink
switch release to use bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 15, 2024
1 parent 793e935 commit 2eed337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build-only": "vite build -l error",
"type-check": "vue-tsc --noEmit",
"test": "vitest",
"postversion": "git push && git push --tags"
"release": "bump patch --commit --push --tag && npm publish"
},
"dependencies": {
"@servicestack/client": "^2.1.2",
Expand Down

0 comments on commit 2eed337

Please sign in to comment.