We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ceac29 + 196ceaa commit cbece42Copy full SHA for cbece42
packages/grpc-js-xds/scripts/xds.sh
@@ -34,6 +34,9 @@ echo "source $NVM_DIR/nvm.sh" > ~/.profile
34
echo "source $NVM_DIR/nvm.sh" > ~/.shrc
35
export ENV=~/.shrc
36
37
+cd $base
38
+git submodule update --init --recursive
39
+
40
cd $base/../proto-loader
41
npm install
42
@@ -47,8 +50,6 @@ cd $base/../grpc-reflection
47
50
48
51
49
52
# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
-cd $base
-git submodule update --init --recursive
53
54
55
cd ../../..
0 commit comments