1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-08-08 03:42:14 +03:00

Switch to element's react-sdk fork

This commit is contained in:
David Baker
2024-09-06 11:36:04 +01:00
parent 58e860de1b
commit 49375dc94b
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ yarn link matrix-js-sdk
echo 'Setting up matrix-react-sdk'
dodep matrix-org matrix-react-sdk
dodep element-hq matrix-react-sdk
pushd matrix-react-sdk
yarn link

View File

@@ -40,7 +40,7 @@ if [ -d matrix-analytics-events ]; then
fi
# 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
yarn link
yarn link matrix-js-sdk