fix: -t flag added in pull translation command (#682)

This commit is contained in:
edX requirements bot
2022-11-24 23:25:27 -05:00
committed by GitHub
parent c2609a3316
commit fcccc19fc5

2
Makefile Executable file → Normal file
View File

@@ -44,7 +44,7 @@ push_translations:
# Pulls translations from Transifex.
pull_translations:
tx pull -f --mode reviewed --languages=$(transifex_langs)
tx pull -t -f --mode reviewed --languages=$(transifex_langs)
# This target is used by CI.
validate-no-uncommitted-package-lock-changes: