|
@@ -6,6 +6,10 @@ set -euo pipefail
|
|
|
OPENSHIFT_CI=${OPENSHIFT_CI:=false}
|
|
OPENSHIFT_CI=${OPENSHIFT_CI:=false}
|
|
|
ARTIFACT_DIR=${ARTIFACT_DIR:=/tmp/artifacts}
|
|
ARTIFACT_DIR=${ARTIFACT_DIR:=/tmp/artifacts}
|
|
|
|
|
|
|
|
|
|
+if [ ! -d node_modules ]; then
|
|
|
|
|
+ yarn install --immutable
|
|
|
|
|
+fi
|
|
|
|
|
+
|
|
|
yarn i18n
|
|
yarn i18n
|
|
|
GIT_STATUS="$(git status --short --untracked-files -- locales)"
|
|
GIT_STATUS="$(git status --short --untracked-files -- locales)"
|
|
|
if [ -n "$GIT_STATUS" ]; then
|
|
if [ -n "$GIT_STATUS" ]; then
|