Merge pull request #7567 from murgatroid99/node_artifact_build_health_check

Build the Node health-check package in the build_packages script
pull/7585/head
Nicolas Noble 8 years ago committed by GitHub
commit 18e54a54a1
  1. 7
      tools/run_tests/build_package_node.sh

@ -49,7 +49,12 @@ cp grpc-*.tgz $artifacts/grpc.tgz
mkdir -p bin
cd src/node/tools
cd $base/src/node/health_check
npm update
npm pack
cp grpc-health-check-*.tgz $artifacts/
cd $base/src/node/tools
npm update
npm pack
cp grpc-tools-*.tgz $artifacts/

Loading…
Cancel
Save