aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-11 18:15:56 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-11 18:15:56 -0800
commit71b42cde466442b8cbc9eb3d73ae15d1d54f1446 (patch)
tree581853c8854c0cabb8c3e407dcd47379b78cbeae
parent32f64d580a43f1165c5239ed2e67b423ab3cb96c (diff)
Ensure that node-pre-gyp is properly bundled
-rwxr-xr-xtools/run_tests/build_package_node.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_package_node.sh b/tools/run_tests/build_package_node.sh
index a8b9448973..aca90a3750 100755
--- a/tools/run_tests/build_package_node.sh
+++ b/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