fix : fix de la conf pour le déploiement en recette

This commit is contained in:
tristan
2026-01-21 16:18:29 +01:00
parent 9596d94617
commit 6f2218d2c9
2 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ echo "==> Warming Symfony cache (prod)"
php bin/console cache:clear --env=prod
php bin/console cache:warmup --env=prod
echo "==> Building frontend"
echo "==> Building frontend (static)"
cd "$ROOT_DIR/frontend"
npm ci
npm run build
npm run generate
echo "==> Done."