Skip to content

Commit 22675fd

Browse files
fix: -t flag added in pull translation command (#100)
1 parent 32327cd commit 22675fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ push_translations:
4646

4747
# Pulls translations from Transifex.
4848
pull_translations:
49-
tx pull -f --mode reviewed --languages=$(transifex_langs)
49+
tx pull -t -f --mode reviewed --languages=$(transifex_langs)
5050

5151
# This target is used by Travis.
5252
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)