Skip to content

Commit 0af3c67

Browse files
authored
Merge pull request #3044 from zarinn3pal/fix/psm-interop-node
fix: Fixed missing package with xds-v3-interop
2 parents cddffda + d00bf91 commit 0af3c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/grpc-js-xds/scripts

packages/grpc-js-xds/scripts/xds.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ cd $base/../grpc-reflection
5050
npm install
5151

5252
# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
53+
cd $base
5354
npm install
5455

5556
cd ../../..

0 commit comments

Comments
 (0)