mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add grunt install
command to install-services
This commit is contained in:
parent
3a26a8f2d5
commit
587d3d3e14
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ grep 'name:' config/services.js | \
|
||||||
type -t nvm && nvm use
|
type -t nvm && nvm use
|
||||||
echo ' installing Dependencies'
|
echo ' installing Dependencies'
|
||||||
npm install
|
npm install
|
||||||
|
grunt install
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue