From e0be1979f9924641b80bf9110e2235df236d306a Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 6 Dec 2023 19:47:33 -0500 Subject: [PATCH] Fix proto gen artifact cleaning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45e6bc99315..a4e4936d784 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ proto-check-bc-breaking: @$(protoImage) buf breaking --against .git#branch=$$(git merge-base HEAD origin/main) proto-export: - @rm -rf proto/.proto-export && cd proto && buf export --config ./buf.yaml --output ../.proto-export + @rm -rf ./.proto-export && cd proto && buf export --config ./buf.yaml --output ../.proto-export proto-export-deps: @rm -rf ./.proto-export-deps