Merge pull request #2702 from murgatroid99/grpc-js-xds_legacy_proto-loader_fix

grpc-js-xds: Make legacy interop script use proto-loader correctly
This commit is contained in:
Michael Lumish 2024-03-29 13:31:13 -07:00 committed by GitHub
commit 77dca7a2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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