diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9877e83..a91de7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,9 @@ jobs: - run: npm run lint:frontend + - run: npm run build + working-directory: frontend + - name: Archive code coverage results uses: actions/upload-artifact@v3 with: