Skip to content

Commit

Permalink
Move husky installation to prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 24, 2023
1 parent 7f953c7 commit 3109445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"ci": "c8 pnpm test && c8 report --reporter=json",
"build": "pnpm exec del-cli lib && pnpm exec tsup",
"test": "cross-env NODE_OPTIONS=\"--no-warnings --experimental-fetch --loader=ts-node/esm\" ava",
"postinstall": "husky install",
"prepublishOnly": "pnpm run cleanup && pnpm run build && pinst --disable",
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"release": "pnpm build && pnpm changeset publish"
},
Expand Down

0 comments on commit 3109445

Please sign in to comment.