Skip to content

Commit 5a3400b

Browse files
committed
fix: remove version script
1 parent d34b546 commit 5a3400b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"prepublishOnly": "tsdx build",
3737
"preversion": "npm run lint",
3838
"start": "tsdx watch",
39-
"test": "tsdx test --passWithNoTests",
40-
"version": "npm run build && git add dist && npm run changelog -- -p && git add CHANGELOG.md"
39+
"test": "tsdx test --passWithNoTests"
4140
},
4241
"dependencies": {
4342
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)