From 5a3400b4335ffb2b18845cd6030ff360e39689f3 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sat, 15 Jun 2024 20:41:32 +0300 Subject: [PATCH] fix: remove version script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",