diff --git a/.github/workflows/ci-main-web.yaml b/.github/workflows/ci-main-web.yaml index 5c9f87e6100..8e139204854 100644 --- a/.github/workflows/ci-main-web.yaml +++ b/.github/workflows/ci-main-web.yaml @@ -28,6 +28,9 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile + - name: Generate API clients + run: bun run openapi-ts + - name: Lint run: bun run lint