Skip to content

Commit 4b40309

Browse files
authored
chore: remove non-portable lefthook prepare script (#33)
1 parent f03c1c7 commit 4b40309

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.mjs",
99
"scripts": {
10-
"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",
1110
"test": "vitest",
1211
"typecheck": "tsc --noEmit",
1312
"build": "tsdown",

0 commit comments

Comments
 (0)