diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936fe5c..6c67bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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