diff --git a/cupadev.json b/cupadev.json index d3d7ae9a..343584f2 100644 --- a/cupadev.json +++ b/cupadev.json @@ -1,6 +1,6 @@ { "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", "outputDirectory": ".next", "port": 3000,