diff --git a/package.json b/package.json index e7416481..b9784f32 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "husky": { "skipCI": true, "hooks": { - "pre-commit": "rm dist/index.js && make dist/index.js" + "pre-commit": "make release" } } }