From a2fbbe5d44354252a16c30a895fab8751912de76 Mon Sep 17 00:00:00 2001 From: syoul Date: Thu, 19 Mar 2026 18:43:50 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20restaurer=20cd=20..=20apr=C3=A8s=20radar?= =?UTF-8?q?-app=20(shell=20partag=C3=A9=20dans=20Woodpecker)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les commandes d'un step partagent le même shell dans Woodpecker. cd radar-app persiste aux commandes suivantes — cd .. est nécessaire. Co-Authored-By: Claude Sonnet 4.6 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 11a3663..dba17d8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 radar-app && npm ci --legacy-peer-deps --include=dev && npm run build:icons && cd .. - node scripts/generate-team-visualization-data.js - npm run build - ls -la build/ | head -10