Skip to content

Commit

Permalink
Install packages globally
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa committed Oct 25, 2023
1 parent c9d1193 commit 3749dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3749dba

Please sign in to comment.