From e426a425f2a0b8919d3fc16f135d12408ee496d5 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 15 Mar 2019 18:57:56 +0100 Subject: [PATCH] Automatically commit new translations --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16fc377..cfe85a0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "gulp", "transifex-push": "gulp i18next && tx push --source", - "transifex-pull": "tx pull --all --minimum-perc 1 --force", + "transifex-pull": "tx pull --all --minimum-perc 1 --force && (git add locales/*.json && git commit locales/*.json -m 'Update translations' || true)", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {