Remove postinstall script and rm -rf .next && from the build script.
This commit is contained in:
@@ -9,8 +9,7 @@
|
|||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "rm -rf .next && npx prisma generate && next build",
|
"build": "rm -rf .next && npx prisma generate && next build",
|
||||||
"start": "npx prisma db push && next start",
|
"start": "npx prisma db push && next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint"
|
||||||
"postinstall": "prisma generate"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google/genai": "^1.38.0",
|
"@google/genai": "^1.38.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user