mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Run the riot-web tests against js-sdk develop
When running the riot-web builds, use the develop version of js-sdk instead of the latest release, to improve our chances of compatibility.
This commit is contained in:
parent
b32cb174a9
commit
458e0a38bc
1 changed files with 4 additions and 1 deletions
|
@ -22,8 +22,11 @@ git checkout "$curbranch" || git checkout develop
|
|||
mkdir node_modules
|
||||
npm install
|
||||
|
||||
(cd node_modules/matrix-js-sdk && npm install)
|
||||
# use the version of js-sdk we just used in the react-sdk tests
|
||||
rm -r node_modules/matrix-js-sdk
|
||||
ln -s "$REACT_SDK_DIR/node_modules/matrix-js-sdk" node_modules/matrix-js-sdk
|
||||
|
||||
# ... and, of course, the version of react-sdk we just built
|
||||
rm -r node_modules/matrix-react-sdk
|
||||
ln -s "$REACT_SDK_DIR" node_modules/matrix-react-sdk
|
||||
|
||||
|
|
Loading…
Reference in a new issue