fix: resynchroniser radar-app/package-lock.json + sous-shell Woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

- radar-app/package-lock.json : lock file désynchronisé (Next.js 15 -> 16), ajout au suivi git
- .woodpecker.yml : supprimer && cd .. inutile (chaque commande = sous-shell séparé dans Woodpecker next)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-19 18:41:04 +01:00
parent 4755b392a3
commit e1447aca28
2 changed files with 894 additions and 542 deletions

View File

@@ -30,7 +30,7 @@ steps:
commands:
- apk add --no-cache git python3
- npm ci --legacy-peer-deps
- cd radar-app && npm ci --legacy-peer-deps --include=dev && npm run build:icons && cd ..
- cd radar-app && npm ci --legacy-peer-deps --include=dev && npm run build:icons
- node scripts/generate-team-visualization-data.js
- npm run build
- ls -la build/ | head -10

File diff suppressed because it is too large Load Diff