fix: corriger les deux erreurs de build CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- scripts/build-radar.js: bash → sh (Alpine n'a pas bash)
- radar-app/package.json: ajouter postcss comme dépendance directe
- radar-app/package-lock.json: régénéré avec postcss ^8.5.3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-19 18:51:49 +01:00
parent a2fbbe5d44
commit 658be24b7c
3 changed files with 32 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
"marked": "^15.0.7",
"marked-highlight": "^2.2.1",
"next": "16.1.6",
"postcss": "^8.5.3",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.5",
"prettier": "^3.5.3",