fix: CI add debug output for frontend build step

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-03-26 15:04:22 +00:00
parent e1bda755f2
commit f632c4acd8

View File

@ -24,7 +24,12 @@ jobs:
sudo systemctl start archipelago 2>/dev/null || true
- name: Build frontend
run: cd neode-ui && npm ci && npm run build
run: |
echo "PWD: $(pwd)"
ls -la neode-ui/package.json || echo "neode-ui/package.json NOT FOUND"
cd neode-ui
npm ci
npm run build
- name: Build unbundled ISO
run: |