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

This commit is contained in:
edX requirements bot
2022-11-30 06:46:27 -05:00
committed by GitHub
parent 4f43e65f03
commit c95f2d6b22

2
Makefile Executable file → Normal file
View File

@@ -57,7 +57,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: