Skip to content

Commit

Permalink
remove unneeded dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed May 29, 2024
1 parent e75afb8 commit 7a7500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 7a7500f

Please sign in to comment.