Skip to content

Commit d37e7b2

Browse files
committed
bump
1 parent ce2dd14 commit d37e7b2

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
@@ -28,7 +28,7 @@
2828
"type-check": "tsc --noEmit",
2929
"test": "vitest",
3030
"update-deps": "npx npm-check-updates -u && npm install",
31-
"release": "bump patch --commit --push --tag && npm publish"
31+
"bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
3232
},
3333
"dependencies": {
3434
"@servicestack/client": "^2.1.13",

0 commit comments

Comments
 (0)