diff --git a/scripts/link_modules_resources.sh b/scripts/link_modules_resources.sh index cfbadc4..7d17683 100755 --- a/scripts/link_modules_resources.sh +++ b/scripts/link_modules_resources.sh @@ -59,7 +59,7 @@ if [ -d node_modules/ng_backoffice ]; then cd ../.. pushd node_modules/ng_backoffice - ../.bin/grunt concat + grunt concat popd fi @@ -90,7 +90,7 @@ if [ -d node_modules/ng_client ]; then cd ../.. pushd node_modules/ng_client - ../.bin/grunt concat + grunt concat popd fi