mirror of https://github.com/vector-im/riot-web
Merge pull request #28020 from element-hq/dbkr/element_react_sdk
Switch to element's react-sdk forkpull/28034/head
commit
f937dea88b
|
@ -86,7 +86,7 @@ yarn link matrix-js-sdk
|
||||||
|
|
||||||
echo 'Setting up matrix-react-sdk'
|
echo 'Setting up matrix-react-sdk'
|
||||||
|
|
||||||
dodep matrix-org matrix-react-sdk
|
dodep element-hq matrix-react-sdk
|
||||||
|
|
||||||
pushd matrix-react-sdk
|
pushd matrix-react-sdk
|
||||||
yarn link
|
yarn link
|
||||||
|
|
|
@ -40,7 +40,7 @@ if [ -d matrix-analytics-events ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Now set up the react-sdk
|
# Now set up the react-sdk
|
||||||
node_modules/matrix-react-sdk/scripts/fetchdep.sh matrix-org matrix-react-sdk develop
|
node_modules/matrix-react-sdk/scripts/fetchdep.sh element-hq matrix-react-sdk develop
|
||||||
pushd matrix-react-sdk
|
pushd matrix-react-sdk
|
||||||
yarn link
|
yarn link
|
||||||
yarn link matrix-js-sdk
|
yarn link matrix-js-sdk
|
||||||
|
|
Loading…
Reference in New Issue