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:
parent
e1bda755f2
commit
f632c4acd8
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user