diff --git a/package.json b/package.json index 9a05f5a..f471e29 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "next build", "start": "next start", "lint": "next lint", - "type-check": "tsc --noEmit" + "type-check": "tsc --noEmit", + "preinstall": "rm -f package-lock.json" }, "dependencies": { "@hookform/resolvers": "^4.1.0",