Skip to content

Commit fd34bc7

Browse files
committed
only allow pnpm
1 parent 667439a commit fd34bc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"format": "prettier --write .",
2020
"lint": "eslint ./src/",
2121
"lint:fix": "eslint ./src/ --fix",
22-
"test": "npx playwright test"
22+
"test": "npx playwright test",
23+
"preinstall": "npx only-allow pnpm"
2324
},
2425
"files": [
2526
"dist/*.js",

0 commit comments

Comments
 (0)