mirror of https://github.com/grpc/grpc-node.git
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:
commit
77dca7a2a9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue