Fix layered.sh
This commit is contained in:
parent
7cc52e68d1
commit
fa28d2400b
1 changed files with 9 additions and 8 deletions
|
@ -18,13 +18,6 @@ yarn link
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Now set up the react-sdk
|
|
||||||
scripts/fetchdep.sh matrix-org matrix-react-sdk
|
|
||||||
pushd matrix-react-sdk
|
|
||||||
yarn link
|
|
||||||
yarn install --pure-lockfile
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Also set up matrix-analytics-events so we get the latest from
|
# Also set up matrix-analytics-events so we get the latest from
|
||||||
# the main branch or a branch with matching name
|
# the main branch or a branch with matching name
|
||||||
scripts/fetchdep.sh matrix-org matrix-analytics-events main
|
scripts/fetchdep.sh matrix-org matrix-analytics-events main
|
||||||
|
@ -33,8 +26,16 @@ yarn link
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# Now set up the react-sdk
|
||||||
|
scripts/fetchdep.sh matrix-org matrix-react-sdk
|
||||||
|
pushd matrix-react-sdk
|
||||||
|
yarn link
|
||||||
|
yarn link matrix-js-sdk
|
||||||
|
yarn link matrix-analytics-events
|
||||||
|
yarn install --pure-lockfile
|
||||||
|
popd
|
||||||
|
|
||||||
# Finally, set up element-web
|
# Finally, set up element-web
|
||||||
yarn link matrix-js-sdk
|
yarn link matrix-js-sdk
|
||||||
yarn link matrix-react-sdk
|
yarn link matrix-react-sdk
|
||||||
yarn link matrix-analytics-events
|
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue