diff --git a/package.json b/package.json index 48807f81..e0199961 100644 --- a/package.json +++ b/package.json @@ -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",