We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0e14f commit 1deb7a1Copy full SHA for 1deb7a1
package.json
@@ -14,7 +14,7 @@
14
"start": "tsdx watch",
15
"build": "tsdx build",
16
"test": "tsdx test",
17
- "version": "tsdx build && auto-changelog -p --template keepachangelog && git add .",
+ "version": "tsdx build || auto-changelog -p --template keepachangelog && git add .",
18
"prepublishOnly": "git push && git push --tags && gh-release"
19
},
20
"devDependencies": {
0 commit comments