mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
npm install the js-sdk
This commit is contained in:
parent
b44582777b
commit
c54198464b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user