Add grunt install command to install-services

This commit is contained in:
Shane Kilkelly 2017-09-06 13:37:34 +01:00
parent 4adf7378e2
commit 575869142c

View file

@ -20,5 +20,6 @@ grep 'name:' config/services.js | \
type -t nvm && nvm use
echo ' installing Dependencies'
npm install
grunt install
popd
done