From fbf501bdea9868ef9cc9e0051bb4af1f8749334d Mon Sep 17 00:00:00 2001 From: Cooper Date: Sun, 8 Dec 2024 18:35:45 +0000 Subject: [PATCH] remove preinstall script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d852e37..b1124751 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "preview": "vite preview", "lint": "eslint --ext .tsx,.ts src", "lint:fix": "eslint --fix --ext .tsx,.ts src", - "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src", - "preinstall": "npx -y only-allow pnpm" + "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src" }, "browserslist": { "production": [