diff --git a/package.json b/package.json index 4d756ed..c2e9882 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "scripts": { - "prepare": "if git rev-parse --git-dir >/dev/null 2>&1; then lefthook install --reset-hooks-path; else echo \"skipping lefthook (not a git repo)\"; fi", "test": "vitest", "typecheck": "tsc --noEmit", "build": "tsdown",