mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
add logging to install-services script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user