mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:41:31 +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
|
while read service
|
||||||
do
|
do
|
||||||
pushd $service &&
|
pushd $service &&
|
||||||
|
echo "Installing Service $service" &&
|
||||||
|
echo ' installing Node' &&
|
||||||
nvm install &&
|
nvm install &&
|
||||||
nvm use &&
|
nvm use &&
|
||||||
|
echo ' installing Dependencies' &&
|
||||||
npm install
|
npm install
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue