Skip to content

Commit 77dca7a

Browse files
authored
Merge pull request #2702 from murgatroid99/grpc-js-xds_legacy_proto-loader_fix
grpc-js-xds: Make legacy interop script use proto-loader correctly
2 parents 9f83845 + 8e0f0ab commit 77dca7a

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)