Skip to content
Snippets Groups Projects
Commit 71b42cde authored by murgatroid99's avatar murgatroid99
Browse files

Ensure that node-pre-gyp is properly bundled

parent 32f64d58
No related branches found
No related tags found
No related merge requests found
......@@ -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
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