Skip to content

Commit ff2a865

Browse files
committed
chore: add preinstall script to enforce pnpm usage
1 parent 18ed71b commit ff2a865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"vitest": "2.1.4"
3939
},
4040
"scripts": {
41+
"preinstall": "npx only-allow pnpm",
4142
"prepare": "lefthook install",
4243
"dev": "vite build -w",
4344
"build": "vite build",

0 commit comments

Comments
 (0)