chore(scripts): update postinstall script and remove prisma migrate deploy

This commit is contained in:
cfngc4594 2025-03-15 20:14:57 +08:00
parent 3e4c58d953
commit 86c58f87d3

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "prisma generate && prisma migrate deploy",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint"
},