We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d16268 commit fdfc745Copy full SHA for fdfc745
2 files changed
.github/workflows/generate-client.yml
@@ -26,9 +26,6 @@ jobs:
26
python-version: "3.10"
27
- name: Install uv
28
uses: astral-sh/setup-uv@v7
29
- with:
30
- version: "0.4.15"
31
- enable-cache: true
32
- name: Install dependencies
33
run: bun ci
34
- run: uv sync
scripts/generate-client.sh
@@ -7,5 +7,5 @@ cd backend
7
uv run python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
8
cd ..
9
mv openapi.json frontend/
10
-bun run -w frontend generate-client
+bun run --filter frontend generate-client
11
bun run lint
0 commit comments