We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b024114 commit 0981568Copy full SHA for 0981568
package.json
@@ -36,7 +36,7 @@
36
"type-check": "vue-tsc --noEmit",
37
"test": "vitest",
38
"update-dependencies": "npx npm-check-updates -u && npm install",
39
- "bump": "npx bump"
+ "bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
40
},
41
"dependencies": {
42
"@servicestack/client": "^2.1.13",
0 commit comments