From 923149d71133ea7aadf15beb5495b57479d9a49b Mon Sep 17 00:00:00 2001 From: Walid Baruni Date: Sun, 13 Oct 2024 15:14:12 +0200 Subject: [PATCH] add target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 54da79acc6..7ed0144414 100644 --- a/Makefile +++ b/Makefile @@ -471,3 +471,7 @@ release: build-bacalhau .PHONY: spellcheck-code spellcheck-code: cspell lint -c cspell.yaml --quiet "**/*.{go,js,ts,jsx,tsx,md,yml,yaml,json}" + +.PHONY: generate-swagger +generate-swagger: + ./scripts/generate_swagger.sh \ No newline at end of file