diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddbc04d..a1817b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: run: yarn install --frozen-lockfile - name: Build frontend + run: yarn build - name: Build backend run: make build-backend