grpc-js-xds: Install new dependencies in legacy interop script

This commit is contained in:
Michael Lumish 2025-02-06 16:44:26 -08:00
parent bf26f6e3a6
commit 0f0314f1ad

View File

@ -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