ci: add separate step for generate frontend bindings

This commit is contained in:
Ryan Walters
2025-08-20 08:36:40 -05:00
parent 945ef7dd75
commit 730add4a79

View File

@@ -47,6 +47,10 @@ jobs:
librsvg2-dev \
patchelf
# this will run again in next step, but we run it here to separate the error from the frontend build step
- name: Generate frontend bindings
run: pnpm run generate-types
- name: Build frontend (tsc + vite)
run: |
pnpm run build # implicitly runs generate-types