mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add logging to install-services script
This commit is contained in:
parent
2405b80e45
commit
71927c97f1
1 changed files with 3 additions and 0 deletions
|
@ -5,8 +5,11 @@ grep 'name:' config/services.js | \
|
|||
while read service
|
||||
do
|
||||
pushd $service &&
|
||||
echo "Installing Service $service" &&
|
||||
echo ' installing Node' &&
|
||||
nvm install &&
|
||||
nvm use &&
|
||||
echo ' installing Dependencies' &&
|
||||
npm install
|
||||
popd
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue