scripts: Use grunt in PATH for compile_translations
parent
b338f0ac43
commit
0034837ac5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue