From 6daea94811d1b0da9aa659a5df333fa324a5b7f9 Mon Sep 17 00:00:00 2001 From: streaper2 Date: Sat, 28 Feb 2026 20:05:11 +0100 Subject: [PATCH] correction package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfcb4dd..9006ced 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "scripts": { "dev": "next dev", - "build": "next build", + "build": "rm -rf .next && npx prisma generate && next build", "start": "npx prisma db push && next start", "lint": "next lint", "postinstall": "prisma generate"