Fix build script

This commit is contained in:
austinkelsay 2024-09-30 14:53:47 -05:00
parent ae3017303a
commit 9409387ca9

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build && prisma migrate deploy",
"build": "npx prisma generate && next build && npx prisma migrate deploy",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate"