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.
2 parents 62d4bb2 + 09b17f7 commit 5880301Copy full SHA for 5880301
scripts/package.sh
@@ -14,7 +14,11 @@ else
14
fi
15
16
npm run clean
17
-npm run build$dev
+# riot-web is at `workspace`.
18
+# matrix-react-sdk is at `workspace/node_modules/matrix-react-sdk`, but this is
19
+# symlinked to a repo at `workspace/matrix-react-sdk`.
20
+# To get from `workspace/matrix-react-sdk/lib` up to the lang file, we use:
21
+RIOT_LANGUAGES_FILE="../../webapp/i18n/languages.json" npm run build$dev
22
23
# include the sample config in the tarball. Arguably this should be done by
24
# `npm run build`, but it's just too painful.
0 commit comments