You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
npm install the js-sdk
This commit is contained in:
@ -6,6 +6,10 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|||||||
rm -r node_modules/matrix-js-sdk || true
|
rm -r node_modules/matrix-js-sdk || true
|
||||||
ln -s matrix-js-sdk node_modules/matrix-js-sdk
|
ln -s matrix-js-sdk node_modules/matrix-js-sdk
|
||||||
|
|
||||||
|
pushd node_modules/matrix-js-sdk
|
||||||
|
npm install
|
||||||
|
popd
|
||||||
|
|
||||||
npm run test
|
npm run test
|
||||||
./.travis-test-riot.sh
|
./.travis-test-riot.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user