🔨 Update generate-client.sh and docs (#2110)
This commit is contained in:
committed by
GitHub
parent
c3577c0526
commit
61e161bfb9
@@ -4,8 +4,8 @@ set -e
|
||||
set -x
|
||||
|
||||
cd backend
|
||||
python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
|
||||
uv run python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
|
||||
cd ..
|
||||
mv openapi.json frontend/
|
||||
npm run -w frontend generate-client
|
||||
npm run lint
|
||||
bun run --filter frontend generate-client
|
||||
bun run lint
|
||||
|
||||
Reference in New Issue
Block a user