Skip to content

Commit 8e0f0ab

Browse files
committed
grpc-js-xds: Make legacy interop script use proto-loader correctly
1 parent 9f83845 commit 8e0f0ab

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ echo "source $NVM_DIR/nvm.sh" > ~/.profile
3434
echo "source $NVM_DIR/nvm.sh" > ~/.shrc
3535
export ENV=~/.shrc
3636

37+
cd $base/../proto-loader
38+
npm install
39+
3740
cd $base/../grpc-js
3841
npm install
3942

0 commit comments

Comments
 (0)