Skip to content

Commit ab63bcb

Browse files
committed
chore: remove prepare script
1 parent 4fcfaf9 commit ab63bcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,15 @@
5555
"lint:biome": "biome check",
5656
"lint:e18e": "e18e-cli analyze",
5757
"prepack": "npm run build",
58-
"prepare": "lefthook install",
5958
"prepublishOnly": "npm run lint && npm run test",
6059
"publish:jsr": "jsr publish",
6160
"publish:npm": "np",
6261
"test": "uvu tests -r tsm --ignore shared.ts"
6362
},
63+
"pnpm": {
64+
"onlyBuiltDependencies": [
65+
"lefthook"
66+
]
67+
},
6468
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
6569
}

0 commit comments

Comments
 (0)