mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Suppress verbose output from type command.
This commit is contained in:
@@ -7,8 +7,8 @@ grep 'name:' config/services.js | \
|
||||
pushd $service
|
||||
echo "Installing Service $service"
|
||||
echo ' installing Node'
|
||||
type nvm && nvm install
|
||||
type nvm && nvm use
|
||||
type -t nvm && nvm install
|
||||
type -t nvm && nvm use
|
||||
echo ' installing Dependencies'
|
||||
npm install
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user