From d0edb190a83c590799c5bb83ba58a392d97fd471 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 12:28:48 +0000 Subject: [PATCH] fix: remove bad preinstall script (was causing npm install issues) --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6dc8c35..640dcc7 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", - "preinstall": "rm -f package-lock.json" + "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^4.1.0", @@ -54,4 +53,4 @@ "eslint": "^8.57.0", "eslint-config-next": "15.2.0" } -} \ No newline at end of file +}