Skip to content

Commit 49c53f3

Browse files
committed
fix: use prepare instead of postinstall
1 parent 5f04839 commit 49c53f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"lint": "rome check .",
5757
"test": "vitest",
5858
"typecheck": "tsc --noEmit",
59-
"postinstall": "lefthook install"
59+
"prepare": "lefthook install"
6060
},
6161
"devDependencies": {
6262
"@nestjs/common": "^10.2.1",

0 commit comments

Comments
 (0)