From 4f5b42d58d754d518eade38f935c7cdfba8104de Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 31 Jul 2023 10:10:09 -0400 Subject: [PATCH] Makefile: add jsonschema to all Signed-off-by: William Woodruff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb238e4e..7698befb 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ PROTOC_IMAGE=protobuf-specs-build JSONSCHEMA_IMAGE=jsonschema-specs-build # generate all language protobuf code -all: go python typescript ruby rust +all: go python typescript ruby rust jsonschema # generate Go protobuf code go: docker-image