fix: build frontend in ci

This commit is contained in:
Stavros
2025-11-03 21:30:19 +02:00
parent 5f7e89c330
commit 20fb63532c

View File

@@ -34,6 +34,11 @@ jobs:
cd frontend
bun run lint
- name: Build frontend
run: |
cd frontend
bun run build
- name: Copy frontend
run: |
cp -r frontend/dist internal/assets/dist