fix prisma stuff more

This commit is contained in:
Christopher Arraya 2024-01-13 21:14:36 -05:00
parent 404617ae0d
commit d8cee06280

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",
"postinstall": "prisma generate"