From e6d7de45dee509f80b4120d498ce756b0edf58d6 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Tue, 27 Jun 2023 16:55:55 -0400 Subject: [PATCH] Updated path for crosstest protos --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6c660cde..83ef43f4c 100644 --- a/Makefile +++ b/Makefile @@ -130,14 +130,14 @@ $(GEN)/connect: node_modules/.bin/protoc-gen-es packages/connect/buf.gen.yaml $( $(GEN)/connect-web-test: node_modules/.bin/protoc-gen-es $(BUILD)/protoc-gen-connect-es packages/connect-web-test/buf.gen.yaml Makefile rm -rf packages/connect-web-test/src/gen/* - npm run -w packages/connect-web-test generate https://github.com/bufbuild/connect-crosstest.git#ref=$(CROSSTEST_VERSION),subdir=internal/proto + npm run -w packages/connect-web-test generate https://github.com/bufbuild/connect-crosstest.git#ref=$(CROSSTEST_VERSION),subdir=proto npm run -w packages/connect-web-test generate buf.build/bufbuild/eliza @mkdir -p $(@D) @touch $(@) $(GEN)/connect-node-test: node_modules/.bin/protoc-gen-es $(BUILD)/protoc-gen-connect-es packages/connect-node-test/buf.gen.yaml Makefile rm -rf packages/connect-node-test/src/gen/* - npm run -w packages/connect-node-test generate https://github.com/bufbuild/connect-crosstest.git#ref=$(CROSSTEST_VERSION),subdir=internal/proto + npm run -w packages/connect-node-test generate https://github.com/bufbuild/connect-crosstest.git#ref=$(CROSSTEST_VERSION),subdir=proto @mkdir -p $(@D) @touch $(@)