scripts: Use grunt in PATH for compile_translations
parent
b338f0ac43
commit
0034837ac5
|
@ -2,12 +2,12 @@
|
|||
|
||||
if [ -d node_modules/ng_backoffice ]; then
|
||||
pushd node_modules/ng_backoffice
|
||||
../.bin/grunt compile_translations
|
||||
../.bin/grunt concat
|
||||
grunt compile_translations
|
||||
grunt concat
|
||||
fi
|
||||
|
||||
if [ -d node_modules/ng_client ]; then
|
||||
pushd node_modules/ng_client
|
||||
../.bin/grunt compile_translations
|
||||
../.bin/grunt concat
|
||||
grunt compile_translations
|
||||
grunt concat
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue