We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44df4b commit 5630a7dCopy full SHA for 5630a7d
scripts/layered.sh
@@ -33,14 +33,15 @@ node_modules/matrix-react-sdk/scripts/fetchdep.sh matrix-org matrix-analytics-ev
33
pushd matrix-analytics-events
34
yarn link
35
yarn install --pure-lockfile
36
+yarn build:ts
37
popd
38
39
# Now set up the react-sdk
40
node_modules/matrix-react-sdk/scripts/fetchdep.sh matrix-org matrix-react-sdk
41
pushd matrix-react-sdk
42
43
yarn link matrix-js-sdk
-yarn link matrix-analytics-events
44
+yarn link @matrix-org/analytics-events
45
46
47
0 commit comments