Merge pull request #8854 from jryans/jenkins-lang-file
Fix language file path for Jenkinspull/8899/head
commit
588030141b
|
@ -14,7 +14,11 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
npm run clean
|
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
|
# include the sample config in the tarball. Arguably this should be done by
|
||||||
# `npm run build`, but it's just too painful.
|
# `npm run build`, but it's just too painful.
|
||||||
|
|
Loading…
Reference in New Issue