diff --git a/App/package.json b/App/package.json index 3fe9415..aae3b77 100644 --- a/App/package.json +++ b/App/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build", + "build": "prisma generate && next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit",