From 7a7500f4ca80aa306c00fffe7846b28b525617a1 Mon Sep 17 00:00:00 2001 From: jakedoublev Date: Wed, 29 May 2024 09:00:57 -0700 Subject: [PATCH] remove unneeded dep --- scripts/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/platform.sh b/scripts/platform.sh index 54a93aed..9c04e4ab 100755 --- a/scripts/platform.sh +++ b/scripts/platform.sh @@ -9,7 +9,7 @@ git clone https://github.com/opentdf/platform.git # Generate Typescript code cmd=$(npx buf --version) if [ $? -ne 0 ]; then - npm install @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf @connectrpc/protoc-gen-connect-es + npm install @bufbuild/protoc-gen-es @bufbuild/buf @connectrpc/protoc-gen-connect-es fi npx buf generate platform/service echo "Generated Typescript code from Protobuf files (src: platform/service, dst: lib/src/platform)" \ No newline at end of file