Skip to content

Commit

Permalink
Merge pull request #2901 from murgatroid99/grpc-js-xds_legacy_interop…
Browse files Browse the repository at this point in the history
…_install_fix

grpc-js-xds: Install new dependencies in legacy interop script
  • Loading branch information
murgatroid99 authored Feb 7, 2025
2 parents bf26f6e + 0f0314f commit d008d1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/grpc-js-xds/scripts/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ npm install
cd $base/../grpc-js
npm install

cd $base/../grpc-health-check
npm install

cd $base/../grpc-reflection
npm install

# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
cd $base
git submodule update --init --recursive
Expand Down

0 comments on commit d008d1e

Please sign in to comment.