From 975b6ca57aa3b9796799ce2eb15594fc15a5e4c6 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 8 Oct 2021 15:57:27 +0530 Subject: [PATCH] make: add openapi deps installtion --- Makefile | 1 + 1 file changed, 1 insertion(+) 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