fix: use npx prisma in cupadev build command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
371bc7305b
commit
6459d0cfba
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"framework": "NEXTJS",
|
"framework": "NEXTJS",
|
||||||
"buildCommand": "prisma db push --accept-data-loss && next build",
|
"buildCommand": "npx prisma db push --accept-data-loss && next build",
|
||||||
"installCommand": "npm install --legacy-peer-deps",
|
"installCommand": "npm install --legacy-peer-deps",
|
||||||
"outputDirectory": ".next",
|
"outputDirectory": ".next",
|
||||||
"port": 3000,
|
"port": 3000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue