Skip to content

Commit e3a9cbe

Browse files
committed
Fix conflicts
1 parent d6426e7 commit e3a9cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-client.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd backend
77
python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
88
cd ..
99
mv openapi.json frontend/
10-
cd frontend
11-
npm run generate-client
10+
npm run -w frontend generate-client
11+
npm run lint

0 commit comments

Comments
 (0)