Skip to content

Commit

Permalink
Merge pull request #28020 from element-hq/dbkr/element_react_sdk
Browse files Browse the repository at this point in the history
Switch to element's react-sdk fork
  • Loading branch information
dbkr authored Sep 6, 2024
2 parents ba7622d + 49375dc commit f937dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/fetch-develop.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/layered.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f937dea

Please sign in to comment.