Ensure that node-pre-gyp is properly bundled

pull/5217/head
murgatroid99 9 years ago
parent 32f64d580a
commit 71b42cde46
  1. 1
      tools/run_tests/build_package_node.sh

@ -38,6 +38,7 @@ cd $(dirname $0)/../..
mkdir -p artifacts/
cp -r $EXTERNAL_GIT_ROOT/architecture={x86,x64},language=node,platform={windows,linux,macos}/artifacts/* artifacts/ || true
npm update
npm pack
cp grpc-*.tgz artifacts/grpc.tgz

Loading…
Cancel
Save