diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index a2ae42107f..c3f4d96c2d --- a/Makefile +++ b/Makefile @@ -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: