aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3c91661..3f9f841 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "scripts": { 7 "scripts": {
8 "prepare": "npx husky install", 8 "preinstall": "npx only-allow pnpm",
9 "prepare": "pnpm dlx husky install",
9 "package": "node scripts/package.js", 10 "package": "node scripts/package.js",
10 "create": "node scripts/create.js", 11 "create": "node scripts/create.js",
11 "lint": "eslint . --fix", 12 "lint": "eslint . --fix",