mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Suppress verbose output from type
command.
This commit is contained in:
parent
e591df91f5
commit
2ca8dc903b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue