fix(docker): ensure prisma generate runs on build and add explicit admin model types

This commit is contained in:
mstfyldz
2026-08-23 02:00:31 +03:00
parent 99951328ed
commit 5d57a6ef0b
5 changed files with 11 additions and 4 deletions
+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": "eslint"
},