1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-01 06:01:46 +03:00

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:
Richard van der Hoff 2016-06-02 16:42:19 +01:00
parent 268cedee0f
commit 5379956b0d

View File

@ -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