changign build command

This commit is contained in:
zmeyer44 2024-01-11 16:05:49 +00:00
parent 401d7cdcfe
commit c0ac236a5f

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"
},