Skip to content

Commit f03d5e5

Browse files
ci: use uv in typegen-checks to generate types
1 parent 06ecf0f commit f03d5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typegen-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: generate schema
8282
if: ${{ steps.changed-files.outputs.src_any_changed == 'true' || inputs.always_run == true }}
83-
run: make frontend-typegen
83+
run: cd invokeai/frontend/web && uv run ../../../scripts/generate_openapi_schema.py | pnpm typegen
8484
shell: bash
8585

8686
- name: compare files

0 commit comments

Comments
 (0)