correction package json

This commit is contained in:
2026-02-28 20:05:11 +01:00
parent 707d2127e6
commit 6daea94811

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "rm -rf .next && npx prisma generate && next build",
"start": "npx prisma db push && next start",
"lint": "next lint",
"postinstall": "prisma generate"