ci: update frontend build process in CI workflow

This commit is contained in:
Jan Gleytenhoover 2025-02-19 12:09:22 +01:00
parent 0590a2f9ee
commit 355d1b0c06
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -121,8 +121,8 @@ jobs:
run: |
cd frontend
bun install
- run: cd frontend && ls -la
- name: Test build
run: |
cd frontend
bun run build
ls -la