mirror of
https://github.com/Xevion/byte-me.git
synced 2026-01-31 04:23:47 -06:00
ci: add separate step for generate frontend bindings
This commit is contained in:
Vendored
+4
@@ -47,6 +47,10 @@ jobs:
|
|||||||
librsvg2-dev \
|
librsvg2-dev \
|
||||||
patchelf
|
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)
|
- name: Build frontend (tsc + vite)
|
||||||
run: |
|
run: |
|
||||||
pnpm run build # implicitly runs generate-types
|
pnpm run build # implicitly runs generate-types
|
||||||
|
|||||||
Reference in New Issue
Block a user