Remove postinstall script and rm -rf .next && from the build script.

This commit is contained in:
2026-02-28 20:16:49 +01:00
parent 6daea94811
commit ddbdf4361e

View File

@@ -9,8 +9,7 @@
"dev": "next dev",
"build": "rm -rf .next && npx prisma generate && next build",
"start": "npx prisma db push && next start",
"lint": "next lint",
"postinstall": "prisma generate"
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.38.0",