Skip to content

Commit 0981568

Browse files
committed
update bump
1 parent b024114 commit 0981568

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
@@ -36,7 +36,7 @@
3636
"type-check": "vue-tsc --noEmit",
3737
"test": "vitest",
3838
"update-dependencies": "npx npm-check-updates -u && npm install",
39-
"bump": "npx bump"
39+
"bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
4040
},
4141
"dependencies": {
4242
"@servicestack/client": "^2.1.13",

0 commit comments

Comments
 (0)