Skip to content

Commit

Permalink
Remove pinst and disable husky installation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Nov 6, 2023
1 parent bcb7566 commit 8fb711d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,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 --experimental-fetch --loader=ts-node/esm\" ava",
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"prepare": "node -e 'process.exit(+(process.env.CI !== undefined || process.env.NO_HUSKY_HOOKS !== undefined));' && husky install || true",
"release": "pnpm build && pnpm changeset publish"
},
"devDependencies": {
Expand All @@ -74,7 +72,6 @@
"husky": "8.0.3",
"lint-staged": "13.2.2",
"node-fetch": "^3.3.2",
"pinst": "3.0.0",
"sinon": "15.0.4",
"ts-expect": "^1.3.0",
"ts-node": "10.9.1",
Expand Down
9 changes: 0 additions & 9 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 8fb711d

Please sign in to comment.