1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

npm install the js-sdk

This commit is contained in:
David Baker
2018-05-02 11:09:28 +01:00
parent b44582777b
commit c54198464b

View File

@ -6,6 +6,10 @@ 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
pushd node_modules/matrix-js-sdk
npm install
popd
npm run test
./.travis-test-riot.sh