Skip to content

Commit 5880301

Browse files
authored
Merge pull request element-hq#8854 from jryans/jenkins-lang-file
Fix language file path for Jenkins
2 parents 62d4bb2 + 09b17f7 commit 5880301

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/package.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ else
1414
fi
1515

1616
npm run clean
17-
npm run build$dev
17+
# 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
1822

1923
# include the sample config in the tarball. Arguably this should be done by
2024
# `npm run build`, but it's just too painful.

0 commit comments

Comments
 (0)