diff --git a/cupadev.json b/cupadev.json index 343584f2..2815793d 100644 --- a/cupadev.json +++ b/cupadev.json @@ -1,6 +1,6 @@ { "framework": "NEXTJS", - "buildCommand": "npx prisma db push --accept-data-loss && next build", + "buildCommand": "npx prisma db push --accept-data-loss && npx next build", "installCommand": "npm install --legacy-peer-deps", "outputDirectory": ".next", "port": 3000,