Skip to content

Commit

Permalink
Simplify husky disable script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Nov 19, 2023
1 parent 8fb711d commit 924b426
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",
"prepare": "node -e 'process.exit(+(process.env.CI !== undefined || process.env.NO_HUSKY_HOOKS !== undefined));' && husky install || true",
"release": "pnpm build && pnpm changeset publish"
"release": "pnpm build && pnpm changeset publish",
"prepare": "npx is-in-ci || husky install"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
Expand Down

0 comments on commit 924b426

Please sign in to comment.