diff --git a/package.json b/package.json index 2ca1d4e..8c92297 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "eslint" + "lint": "eslint", + "postinstall": "prisma generate" }, "dependencies": { "@google/genai": "^1.38.0", @@ -34,4 +35,4 @@ "tailwindcss": "^4", "typescript": "^5" } -} +} \ No newline at end of file