remove preinstall script

This commit is contained in:
Cooper 2024-12-08 18:35:45 +00:00 committed by GitHub
parent 680b442bee
commit fbf501bdea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,7 @@
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint --ext .tsx,.ts src", "lint": "eslint --ext .tsx,.ts src",
"lint:fix": "eslint --fix --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", "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src"
"preinstall": "npx -y only-allow pnpm"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [