Skip to content

Commit c345a30

Browse files
authored
chore: remove unused prepublish and preinstall scripts (#69)
- Remove prepublish script (build is handled by prepack) - Remove preinstall script (pnpm-only enforcement moved to prepare)
1 parent 33a0b2b commit c345a30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix",
2929
"prepack": "pnpm run build",
3030
"prepare": "npx simple-git-hooks",
31-
"prepublish": "pnpm run build",
32-
"preinstall": "npx only-allow pnpm",
3331
"release": "pnpm test run && bumpp",
3432
"test": "vitest",
3533
"typecheck": "tsc --noEmit --skipLibCheck",

0 commit comments

Comments
 (0)