Skip to content

Commit

Permalink
chore: use prepare instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 4, 2024
1 parent 2f22a88 commit 7f6edca
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 @@ -27,7 +27,7 @@
"test:types": "tsc --noEmit",
"test:unit": "vitest --coverage",
"test": "pnpm run test:types && pnpm run lint && pnpm run test:unit run && pnpm run build",
"postinstall": "simple-git-hooks"
"prepare": "simple-git-hooks"
},
"files": [
"dist",
Expand Down

0 comments on commit 7f6edca

Please sign in to comment.