Эх сурвалжийг харах

Fixed the argument for git status command so it looks into correct locales folder path

Mylanos 3 жил өмнө
parent
commit
6024c80c92
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test-frontend.sh

+ 1 - 1
test-frontend.sh

@@ -7,7 +7,7 @@ OPENSHIFT_CI=${OPENSHIFT_CI:=false}
 ARTIFACT_DIR=${ARTIFACT_DIR:=/tmp/artifacts}
 
 yarn i18n
-GIT_STATUS="$(git status --short --untracked-files -- public/locales packages/**/locales)"
+GIT_STATUS="$(git status --short --untracked-files -- locales)"
 if [ -n "$GIT_STATUS" ]; then
   echo "i18n files are not up to date. Run 'yarn i18n' then commit changes."
   git --no-pager diff