You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-04 23:02:14 +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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user