You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Add some doc to the github actions / CI scripts (#8034)
* Add some doc to the githuib actions / CI scripts Type: task * alalytics-events is more name matching
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Creates a layered environment with the full repo for the app and SDKs cloned
|
||||
# and linked.
|
||||
# and linked. This gives an element-web dev environment ready to build with
|
||||
# the current react-sdk branch and any matching branches of react-sdk's dependencies
|
||||
# so that changes can be tested in element-web.
|
||||
|
||||
# Note that this style is different from the recommended developer setup: this
|
||||
# file nests js-sdk and element-web inside react-sdk, while the local
|
||||
@ -16,7 +18,8 @@ yarn link
|
||||
yarn install --pure-lockfile
|
||||
popd
|
||||
|
||||
# Set up the js-sdk first
|
||||
# Also set up matrix-analytics-events so we get the latest from
|
||||
# the main branch or a branch with matching name
|
||||
scripts/fetchdep.sh matrix-org matrix-analytics-events main
|
||||
pushd matrix-analytics-events
|
||||
yarn link
|
||||
|
Reference in New Issue
Block a user