fix: skip prisma generate in postinstall during Docker build
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"lint": "next lint",
|
||||
"db:push": "prisma db push",
|
||||
"db:studio": "prisma studio",
|
||||
"postinstall": "prisma generate"
|
||||
"postinstall": "echo 'skipping prisma generate in postinstall'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.17.0",
|
||||
|
||||
Reference in New Issue
Block a user