Remove postinstall script and rm -rf .next && from the build script.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user