Skip to content

Commit 86c9061

Browse files
committed
Remove npx only-allow pnpm preinstall hook and devDep
1 parent 6ef70f1 commit 86c9061

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"preexample": "vite build",
3434
"example": "pnpm preexample && cd examples && pnpm example",
3535
"example-ts": "pnpm preexample && cd examples && pnpm example-ts",
36-
"preinstall": "npx only-allow pnpm",
3736
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
3837
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
3938
"lint:eslint": "eslint . --cache",
@@ -75,7 +74,6 @@
7574
"eslint-plugin-n": "^16.0.1",
7675
"eslint-plugin-unicorn": "^48.0.0",
7776
"eslint-plugin-vitest": "^0.2.6",
78-
"only-allow": "^1.1.1",
7977
"prettier-plugin-jsdoc": "^1.0.1",
8078
"release-it": "^16.1.3",
8179
"typescript": "^5.1.6",
@@ -92,4 +90,4 @@
9290
"node": "16.20.1",
9391
"pnpm": "8.6.9"
9492
}
95-
}
93+
}

pnpm-lock.yaml

Lines changed: 0 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)