fix build 2

This commit is contained in:
Alexandru Eduard Farcas
2025-05-18 10:31:12 +03:00
parent 613957c5eb
commit fccec067f1
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},