From 3749dbaa7fcd33c5e4e924a53402f5be99d3daf9 Mon Sep 17 00:00:00 2001 From: Piotr Bulawa Date: Wed, 25 Oct 2023 16:45:31 +0200 Subject: [PATCH] Install packages globally --- ci/container/test_component.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/container/test_component.sh b/ci/container/test_component.sh index b7a947668..e7a9b9304 100755 --- a/ci/container/test_component.sh +++ b/ci/container/test_component.sh @@ -25,7 +25,7 @@ else export PATH=$WORKSPACE/node_modules/mocha/bin:$PATH fi cp $SOURCE_ROOT/ci/container/package.json . -npm install +npm install -g PACKAGE_NAME=$(cd $WORKSPACE && ls snowflake-sdk*.tgz) npm install $WORKSPACE/${PACKAGE_NAME}