We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a0b2b commit c345a30Copy full SHA for c345a30
1 file changed
package.json
@@ -28,8 +28,6 @@
28
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix",
29
"prepack": "pnpm run build",
30
"prepare": "npx simple-git-hooks",
31
- "prepublish": "pnpm run build",
32
- "preinstall": "npx only-allow pnpm",
33
"release": "pnpm test run && bumpp",
34
"test": "vitest",
35
"typecheck": "tsc --noEmit --skipLibCheck",
0 commit comments