diff --git a/package.json b/package.json index 7566f30..57a11df 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "npx prisma migrate deploy && npx prisma generate && npx prisma db push && next build", + "build": "next build", "start": "next start", "lint": "next lint", "studio": "npx prisma studio",