Skip to content
Snippets Groups Projects
Commit 5d65eb6b authored by murgatroid99's avatar murgatroid99
Browse files

Build the Node health-check package in the build_packages script

parent a062a7f2
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment