From d8cee06280020eb0f9cdb3727a10c1e043e91a3a Mon Sep 17 00:00:00 2001 From: Christopher Arraya Date: Sat, 13 Jan 2024 21:14:36 -0500 Subject: [PATCH] fix prisma stuff more --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67fc606..bd245c4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "prisma generate && next build", "start": "next start", "lint": "next lint", "postinstall": "prisma generate"