VORKOUT-8 #13
4
Makefile
4
Makefile
@ -62,3 +62,7 @@ format-api:
|
|||||||
check-api:
|
check-api:
|
||||||
cd api && \
|
cd api && \
|
||||||
poetry run ruff format . --check
|
poetry run ruff format . --check
|
||||||
|
|
||||||
|
regenerate-openapi-local:
|
||||||
|
rm client/src/types/openapi-types.types \
|
||||||
|
npx openapi-typescript http://localhost:8000/openapi -o client/src/types/openapi-types.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user