scripts: Use grunt in PATH for compile_translations

pull/1/head
Guillaume Lesniak 2016-10-25 09:16:55 +02:00
parent b338f0ac43
commit 0034837ac5
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
if [ -d node_modules/ng_backoffice ]; then if [ -d node_modules/ng_backoffice ]; then
pushd node_modules/ng_backoffice pushd node_modules/ng_backoffice
../.bin/grunt compile_translations grunt compile_translations
../.bin/grunt concat grunt concat
fi fi
if [ -d node_modules/ng_client ]; then if [ -d node_modules/ng_client ]; then
pushd node_modules/ng_client pushd node_modules/ng_client
../.bin/grunt compile_translations grunt compile_translations
../.bin/grunt concat grunt concat
fi fi