Skip to content

Commit

Permalink
Prevent husky installation in CI and remove pinst
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Nov 6, 2023
1 parent df9a7df commit 3cb6776
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
"ci": "c8 pnpm test && c8 report --reporter=json",
"build": "pnpm exec del-cli lib && pnpm exec tsup",
"test": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" ava",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"prepare": "husky install",
"prepare": "node -e 'process.exit(+(process.env.CI === undefined && process.env.NO_HUSKY_HOOKS === undefined));' && husky install || true",
"release": "pnpm run build && pnpm exec changeset publish"
},
"devDependencies": {
Expand All @@ -103,7 +101,6 @@
"husky": "8.0.3",
"lint-staged": "15.0.2",
"node-fetch": "3.3.2",
"pinst": "3.0.0",
"sinon": "17.0.0",
"ts-expect": "1.3.0",
"ts-node": "10.9.1",
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cb6776

Please sign in to comment.