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 e987767 commit b7af3a8Copy full SHA for b7af3a8
scripts/tchap/postinstall.sh
@@ -7,6 +7,10 @@ set -x
7
8
cd linked-dependencies
9
pushd matrix-react-sdk
10
+# Normally when dealing with a subtree and node_modules, it is good practice to merge them in the parent package.json.
11
+# However in our case nothing should overlaps since element and matrix-react-sdk are deeply interconnected.
12
+# Moreover, webpack will apply tree shaking to remove unecessary pacakges
13
+yarn install
14
yarn unlink # :TCHAP: for local build, undo previous links if present.
15
yarn link
16
# yarn install --pure-lockfile
0 commit comments