Browse Source

Fix: forcing pnpm prevents CloudFlare Pages from deploying

AH-dark 2 năm trước cách đây
mục cha
commit
18909a1c94
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      package.json

+ 0 - 1
package.json

@@ -110,7 +110,6 @@
     "start": "vite",
     "build": "pnpm run type-check && vite build",
     "format": "prettier --write src/**/*.{js,jsx,ts,tsx,css}",
-    "preinstall": "npx only-allow pnpm",
     "type-check": "tsc --noEmit"
   },
   "eslintConfig": {