From 5379956b0d1f33846d98b6e6540d28f8b51c139f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 2 Jun 2016 16:42:19 +0100 Subject: [PATCH] jenkins.sh: remove spurious 'npm install' Just let npm install matrix-js-sdk, rather than installing the one from jenkins --- jenkins.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/jenkins.sh b/jenkins.sh index 51fab5d020..eeb7d7d56e 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -8,9 +8,6 @@ nvm use 4 set -x -# install the version of js-sdk provided to us by jenkins -npm install ./node_modules/matrix-js-sdk-*.tgz - # install the other dependencies npm install