mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 21:31:41 +00:00
add logging to install-services script
This commit is contained in:
parent
6e91742a8a
commit
d099c1e1f1
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