Skip to content

Commit

Permalink
fix: remove version script
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 15, 2024
1 parent d34b546 commit 5a3400b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"prepublishOnly": "tsdx build",
"preversion": "npm run lint",
"start": "tsdx watch",
"test": "tsdx test --passWithNoTests",
"version": "npm run build && git add dist && npm run changelog -- -p && git add CHANGELOG.md"
"test": "tsdx test --passWithNoTests"
},
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit 5a3400b

Please sign in to comment.