Skip to content

Commit

Permalink
fix: use prepare instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Aug 24, 2023
1 parent 5f04839 commit 49c53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lint": "rome check .",
"test": "vitest",
"typecheck": "tsc --noEmit",
"postinstall": "lefthook install"
"prepare": "lefthook install"
},
"devDependencies": {
"@nestjs/common": "^10.2.1",
Expand Down

0 comments on commit 49c53f3

Please sign in to comment.