aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-03 21:54:54 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-03 21:54:54 -0800
commit714f3945ecc7bd9377ef0f7f2d0f2ed0d47800d4 (patch)
treef0321fe2e7e9de5960a6cc0f5c4e0cf228ddb9ce /tools/run_tests
parent87afe8c12f99cc73ed344be966b3eb7b00443a6f (diff)
make sure artifacts dir exists
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/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 cdae803182..e6360f979f 100644
--- a/tools/run_tests/build_package_node.sh
+++ b/tools/run_tests/build_package_node.sh
@@ -32,6 +32,7 @@ set -ex
cd $(dirname $0)/../..
+mkdir -p artifacts/
cp -r architecture={x86,x64},language=node,platform={windows,linux,macos}/artifacts/* artifacts/ || true
npm pack