diff --git a/package.json b/package.json index a41af78..be948a2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "preinstall": "npm install --force", "tw": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch", "build": "tsc && vite build", "typecheck": "tsc --noEmit",