From c245b88f57c9ea3d3301a1c1855c7e236189daf5 Mon Sep 17 00:00:00 2001 From: Dante <19697608+dfana01@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:06:21 -0400 Subject: [PATCH] feat: fix make commands --- spec/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/Makefile b/spec/Makefile index 664a7f2..832ff16 100644 --- a/spec/Makefile +++ b/spec/Makefile @@ -10,7 +10,7 @@ ifeq ($(DEBUG_OPS),1) GENERATOR_FLAGS += --global-property debugOperations=true endif -all: validate_spec generate_client ## General external client +all: download_spec validate_spec generate_client patch_client ## General external client download_spec: ## Download openapi.yaml from public pinterest github repo @echo ====Download openapi.yaml from public pinterest github repo==== @@ -25,8 +25,7 @@ generate_client: ## Generates a python client ./local-open-generator-cli generate -c config.yml -o .. rm -rf ../test ../.gitlab-ci.yml ../.travis.yml ../git_push.sh - -generate_client: ## Patch the generated client +patch_client: ## Patch the generated client @echo ====Execiting patches==== python ./patches/remove_bool_none_type.py