We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ecf0f commit f03d5e5Copy full SHA for f03d5e5
.github/workflows/typegen-checks.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: generate schema
82
if: ${{ steps.changed-files.outputs.src_any_changed == 'true' || inputs.always_run == true }}
83
- run: make frontend-typegen
+ run: cd invokeai/frontend/web && uv run ../../../scripts/generate_openapi_schema.py | pnpm typegen
84
shell: bash
85
86
- name: compare files
0 commit comments