diff --git a/.release-it.json b/.release-it.json index c5a474b..47523b4 100644 --- a/.release-it.json +++ b/.release-it.json @@ -16,7 +16,7 @@ "publish": true }, "hooks": { - "before:init": ["pnpm run test", "pnpm run lint", "pnpm run build"], + "before:init": ["pnpm run lint", "pnpm run build"], "after:bump": "npx auto-changelog -p" }, "plugins": {