You've already forked matrix-react-sdk
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user