diff --git a/packages/grpc-js-xds/scripts/xds.sh b/packages/grpc-js-xds/scripts/xds.sh index 679d123f..7ba68690 100755 --- a/packages/grpc-js-xds/scripts/xds.sh +++ b/packages/grpc-js-xds/scripts/xds.sh @@ -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