Build the Node health-check package in the build_packages script

This commit is contained in:
murgatroid99 2016-07-28 14:49:52 -07:00
parent a062a7f2c5
commit 5d65eb6bbe
1 changed files with 6 additions and 1 deletions

View File

@ -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/