diff --git a/Makefile b/Makefile index f88677b9..0b2a8f77 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ coverage: migrate dev-env: cargo fetch yarn install + cd docs/openapi && yarn install doc: #yarn doc