Skip to content

Commit

Permalink
Merge pull request #2702 from murgatroid99/grpc-js-xds_legacy_proto-l…
Browse files Browse the repository at this point in the history
…oader_fix

grpc-js-xds: Make legacy interop script use proto-loader correctly
  • Loading branch information
murgatroid99 committed Mar 29, 2024
2 parents 9f83845 + 8e0f0ab commit 77dca7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/grpc-js-xds/scripts/xds.sh
Expand Up @@ -34,6 +34,9 @@ echo "source $NVM_DIR/nvm.sh" > ~/.profile
echo "source $NVM_DIR/nvm.sh" > ~/.shrc
export ENV=~/.shrc

cd $base/../proto-loader
npm install

cd $base/../grpc-js
npm install

Expand Down

0 comments on commit 77dca7a

Please sign in to comment.