Skip to content

Commit

Permalink
Merge pull request element-hq#8854 from jryans/jenkins-lang-file
Browse files Browse the repository at this point in the history
Fix language file path for Jenkins
  • Loading branch information
bwindels committed Feb 21, 2019
2 parents 62d4bb2 + 09b17f7 commit 5880301
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ else
fi

npm run clean
npm run build$dev
# riot-web is at `workspace`.
# matrix-react-sdk is at `workspace/node_modules/matrix-react-sdk`, but this is
# symlinked to a repo at `workspace/matrix-react-sdk`.
# To get from `workspace/matrix-react-sdk/lib` up to the lang file, we use:
RIOT_LANGUAGES_FILE="../../webapp/i18n/languages.json" npm run build$dev

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

0 comments on commit 5880301

Please sign in to comment.