Skip to content

Commit d008d1e

Browse files
authored
Merge pull request #2901 from murgatroid99/grpc-js-xds_legacy_interop_install_fix
grpc-js-xds: Install new dependencies in legacy interop script
2 parents bf26f6e + 0f0314f commit d008d1e

File tree

1 file changed

+6
-0
lines changed
  • packages/grpc-js-xds/scripts

1 file changed

+6
-0
lines changed

packages/grpc-js-xds/scripts/xds.sh

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ npm install
4040
cd $base/../grpc-js
4141
npm install
4242

43+
cd $base/../grpc-health-check
44+
npm install
45+
46+
cd $base/../grpc-reflection
47+
npm install
48+
4349
# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
4450
cd $base
4551
git submodule update --init --recursive

0 commit comments

Comments
 (0)