diff --git a/Makefile b/Makefile index c0e1a7f..3f4dab6 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,7 @@ format-api: check-api: cd api && \ 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