1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Use the right js-sdk branch when testing

On the react-sdk tests not just riot-web
This commit is contained in:
David Baker
2018-05-02 10:58:43 +01:00
parent 1413890a9a
commit 730512bc3f
2 changed files with 5 additions and 8 deletions

View File

@ -2,6 +2,10 @@
set -ex
scripts/fetchdep.sh matrix-org matrix-js-sdk
rm -r node_modules/matrix-js-sdk || true
ln -s matrix-js-sdk node_modules/matrix-js-sdk
npm run test
./.travis-test-riot.sh