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