jenkins.sh: remove spurious 'npm install'
Just let npm install matrix-js-sdk, rather than installing the one from jenkins
This commit is contained in:
parent
268cedee0f
commit
5379956b0d
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ nvm use 4
|
||||||
|
|
||||||
set -x
|
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
|
# install the other dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue