prisma fix again 2

This commit is contained in:
Christopher Arraya 2024-01-13 21:24:12 -05:00
parent 9eef86daef
commit 0bd42c7db9

View File

@ -4,10 +4,10 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"build": "pnpm dlx prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
"postinstall": "pnpm dlx prisma generate"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",