2019-03-11 19:23:07 +01:00
|
|
|
#!/bin/bash
|
2017-06-08 14:52:52 +02:00
|
|
|
|
|
|
|
set -ex
|
2019-03-11 19:08:37 +01:00
|
|
|
|
2018-05-02 11:58:43 +02:00
|
|
|
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|
|
|
|
2019-03-11 19:08:37 +01:00
|
|
|
pushd matrix-js-sdk
|
|
|
|
yarn link
|
2021-07-07 16:11:47 +02:00
|
|
|
yarn install --pure-lockfile $@
|
2019-03-11 19:08:37 +01:00
|
|
|
popd
|
|
|
|
|
|
|
|
yarn link matrix-js-sdk
|
2021-07-07 16:11:47 +02:00
|
|
|
yarn install --pure-lockfile $@
|