Skip to content

Commit 2b347cf

Browse files
committed
Refactor
1 parent 0336bbf commit 2b347cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
PYTHONPATH=backend python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > openapi.json
44
node frontend/modify-openapi-operationids.js
55
mv openapi.json frontend/
6-
cd frontend || exit
6+
cd frontend
77
npm run generate-client
88
npx biome format --write ./src/client

0 commit comments

Comments
 (0)