mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 05:14:37 -06:00
ci: add separate step for generate frontend bindings
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user