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
posva committed Jan 3, 2024
1 parent d5f8e52 commit 393e47e
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 @@ -58,7 +58,7 @@
"firebase:emulators": "firebase emulators:start",
"test:dev": "vitest",
"test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run -C packages/nuxt build && pnpm run test:unit run",
"postinstall": "simple-git-hooks"
"prepare": "simple-git-hooks"
},
"keywords": [
"vue",
Expand Down

0 comments on commit 393e47e

Please sign in to comment.