Skip to content

Commit fdfc745

Browse files
committed
🔨 Tweak generate client script
1 parent 6d16268 commit fdfc745

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/generate-client.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
python-version: "3.10"
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v7
29-
with:
30-
version: "0.4.15"
31-
enable-cache: true
3229
- name: Install dependencies
3330
run: bun ci
3431
- run: uv sync

scripts/generate-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd backend
77
uv run python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
88
cd ..
99
mv openapi.json frontend/
10-
bun run -w frontend generate-client
10+
bun run --filter frontend generate-client
1111
bun run lint

0 commit comments

Comments
 (0)