From 93cd46882b75051b1fef372389b2f969e0f3bd2d Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Tue, 28 Jun 2016 10:02:53 +0200 Subject: [PATCH] scripts: update-all: Add translations compile step --- scripts/update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index 4298e9b..c67e8e3 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -13,7 +13,6 @@ git pull php composer.phar update -o - pull_if_exists module/MonarcCore pull_if_exists module/MonarcBO pull_if_exists node_modules/ng_backoffice @@ -28,3 +27,4 @@ if [ -d node_modules/ng_backoffice ]; then fi ./scripts/link_modules_resources.sh +./scripts/compile_translations.sh