Skip to content

Commit

Permalink
Fix node interop build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed May 16, 2019
1 parent 115bd2d commit 1bc44a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-node

# build Node interop client & server
npm install -g node-gyp gulp
npm install
gulp setup
./setup_interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-node

# build Node interop client & server
npm install -g gulp
npm install
gulp js.core.install
gulp protobuf.install
gulp internal.test.install
./setup_interop_purejs.sh

0 comments on commit 1bc44a1

Please sign in to comment.