mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
try to unbreak jenkins >:(
This commit is contained in:
parent
e06caa9ca1
commit
881739b478
@ -10,6 +10,9 @@ set -x
|
|||||||
|
|
||||||
npm install
|
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
|
||||||
|
|
||||||
# we may be using a dev branch of react-sdk, in which case we need to build it
|
# 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)
|
(cd node_modules/matrix-react-sdk && npm run build)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user