mirror of https://github.com/grpc/grpc-node.git
Merge pull request #3002 from murgatroid99/grpc-js-xds_interop_fix
grpc-js-xds: interop: Fix order of submodule update and npm install
This commit is contained in:
commit
cbece4238b
|
@ -34,6 +34,9 @@ echo "source $NVM_DIR/nvm.sh" > ~/.profile
|
||||||
echo "source $NVM_DIR/nvm.sh" > ~/.shrc
|
echo "source $NVM_DIR/nvm.sh" > ~/.shrc
|
||||||
export ENV=~/.shrc
|
export ENV=~/.shrc
|
||||||
|
|
||||||
|
cd $base
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
cd $base/../proto-loader
|
cd $base/../proto-loader
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
@ -47,8 +50,6 @@ cd $base/../grpc-reflection
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
|
# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
|
||||||
cd $base
|
|
||||||
git submodule update --init --recursive
|
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
Loading…
Reference in New Issue