From fbeeeacd6cf9d5e2292e5a058811aa7232676893 Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Wed, 6 Mar 2024 12:53:47 -0500 Subject: [PATCH] Update make all order Local builds seem to fail with the old order (unless root) Signed-off-by: Appu Goundan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcf68d5..050ec52 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ JSONSCHEMA_IMAGE = jsonschema-specs-build RUST_ACTION ?= build # generate all language protobuf code -all: go python typescript ruby rust jsonschema +all: go python typescript ruby jsonschema rust # generate Go protobuf code go: docker-image