diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd1a636..9ca0910 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,12 +40,9 @@ jobs: - name: Linting run: npm run lint - - name: Build frontend + - name: Build run: npm run build:frontend - - name: Build backend - run: npm run build:backend - docs: needs: ci runs-on: ubuntu-latest