mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
jenkins.sh: install olm from jenkins artifacts
Use the latest version of olm, as provided by jenkins, rather than the most recent release.
This commit is contained in:
parent
5e9a95fdfe
commit
d309a7a67b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ npm install
|
|||
# apparently npm 3.10.3 on node 6.4.0 doesn't upgrade #develop target with npm install unless explicitly asked.
|
||||
npm install matrix-react-sdk matrix-js-sdk
|
||||
|
||||
# install olm
|
||||
npm install ./olm/olm-*.tgz
|
||||
|
||||
# we may be using a dev branch of react-sdk, in which case we need to build it
|
||||
(cd node_modules/matrix-react-sdk && npm run build)
|
||||
|
||||
|
|
Loading…
Reference in a new issue