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 +}