We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f953c7 commit 3109445Copy full SHA for 3109445
package.json
@@ -45,8 +45,8 @@
45
"ci": "c8 pnpm test && c8 report --reporter=json",
46
"build": "pnpm exec del-cli lib && pnpm exec tsup",
47
"test": "cross-env NODE_OPTIONS=\"--no-warnings --experimental-fetch --loader=ts-node/esm\" ava",
48
- "postinstall": "husky install",
49
- "prepublishOnly": "pnpm run cleanup && pnpm run build && pinst --disable",
+ "prepare": "husky install",
+ "prepublishOnly": "pinst --disable",
50
"postpublish": "pinst --enable",
51
"release": "pnpm build && pnpm changeset publish"
52
},
0 commit comments