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 d6426e7 commit e3a9cbeCopy full SHA for e3a9cbe
scripts/generate-client.sh
@@ -7,5 +7,5 @@ cd backend
7
python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
8
cd ..
9
mv openapi.json frontend/
10
-cd frontend
11
-npm run generate-client
+npm run -w frontend generate-client
+npm run lint
0 commit comments