Skip to content

Commit 4201d71

Browse files
committed
Update package.json
1 parent 9e01fd0 commit 4201d71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"type-check": "tsc --noEmit",
3333
"test": "vitest",
3434
"update-deps": "npx npm-check-updates -u && npm install",
35-
"bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
35+
"bump": "npm version patch && git push origin main --follow-tags",
36+
"bump:minor": "npm version minor && git push origin main --follow-tags",
37+
"bump:major": "npm version major && git push origin main --follow-tags"
3638
},
3739
"dependencies": {
3840
"@servicestack/client": "^2.1.13"

0 commit comments

Comments
 (0)