Skip to content

Commit ffce38e

Browse files
committed
chore(package): remove preinstall only-allow pnpm check
Remove the preinstall script that enforces pnpm usage. This check is unnecessary as the project uses nix develop which provides the correct pnpm version, and it can cause issues in CI environments.
1 parent 38078e9 commit ffce38e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"lint:oxfmt": "oxfmt --no-error-on-unmatched-pattern --check .",
4646
"lint:oxlint": "oxlint --max-warnings=0 --type-aware --type-check",
4747
"lint:knip": "knip",
48-
"preinstall": "npx only-allow pnpm",
4948
"prepack": "npm pkg delete scripts.preinstall && pnpm run build",
5049
"test": "vitest",
5150
"coverage": "vitest run --coverage"

0 commit comments

Comments
 (0)