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
Update eventName=Screen to $screen to match PostHog's special behaviour (#7667)
This commit is contained in:
committed by
GitHub
parent
5b999300b2
commit
8dd0722e04
@ -16,8 +16,16 @@ yarn link
|
||||
yarn install --pure-lockfile
|
||||
popd
|
||||
|
||||
# Set up the js-sdk first
|
||||
scripts/fetchdep.sh matrix-org matrix-analytics-events main
|
||||
pushd matrix-analytics-events
|
||||
yarn link
|
||||
yarn install --pure-lockfile
|
||||
popd
|
||||
|
||||
# Now set up the react-sdk
|
||||
yarn link matrix-js-sdk
|
||||
yarn link matrix-analytics-events
|
||||
yarn link
|
||||
yarn install --pure-lockfile
|
||||
yarn reskindex
|
||||
|
Reference in New Issue
Block a user