fix: update transfex flag for tx cli 1.4.0

This commit is contained in:
Leangseu Kim
2022-10-18 10:27:30 -04:00
committed by leangseu-edx
parent c16390e157
commit 7174f8de1e

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: