From 11319cc2c1534d1204b608ba3ce4bdbfaed2b57e Mon Sep 17 00:00:00 2001 From: Possible Date: Fri, 28 Feb 2025 20:59:34 +0100 Subject: [PATCH] Update | Deploy Script --- package.json | 1 - 1 file changed, 1 deletion(-) 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",