From 4d732f3d85dbb9f6e4de9c4c2fee707d90b42332 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 20 May 2024 22:43:37 +0300 Subject: [PATCH] commented makefile oapicodegen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ee7b40f..651506e 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ install: ## install all go dependencies generate: ## generate grpc proto for golang buf generate - oapi-codegen --config ./api/openapi/v1/api.yaml ./api/openapi/v1/openapi.yaml - oapi-codegen --config ./api/openapi/v1/models.yaml ./api/openapi/v1/openapi.yaml +# oapi-codegen --config ./api/openapi/v1/api.yaml ./api/openapi/v1/openapi.yaml +# oapi-codegen --config ./api/openapi/v1/models.yaml ./api/openapi/v1/openapi.yaml test: ## run all layers tests @make test.unit