Don't get dependencies for Node grpc-health-check package build

pull/7716/head
murgatroid99 8 years ago
parent 4e74104994
commit d161f20a91
  1. 1
      tools/run_tests/build_package_node.sh

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

Loading…
Cancel
Save