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 ce2dd14 commit d37e7b2Copy full SHA for d37e7b2
package.json
@@ -28,7 +28,7 @@
28
"type-check": "tsc --noEmit",
29
"test": "vitest",
30
"update-deps": "npx npm-check-updates -u && npm install",
31
- "release": "bump patch --commit --push --tag && npm publish"
+ "bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
32
},
33
"dependencies": {
34
"@servicestack/client": "^2.1.13",
0 commit comments