correction deploiement
Some checks failed
Build and Push App / build (push) Failing after 7s

This commit is contained in:
2026-05-02 22:05:26 +02:00
parent f450f8ee03
commit 79a9cbffe9

View File

@@ -12,7 +12,7 @@
"all": "concurrently \"npm run dev\" \"npm run dev:admin\"",
"build": "prisma generate && next build && npm run build:admin",
"build:admin": "npm install --prefix admin && prisma generate && npm run build --prefix admin",
"start": "npx prisma migrate deploy && next start",
"npx prisma migrate deploy && node .next/standalone/server.js",
"start:admin": "npm run start --prefix admin",
"db:migrate": "prisma migrate dev",
"db:push": "prisma db push",