mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 12:04:46 +00:00
Suppress verbose output from type
command.
This commit is contained in:
parent
bdbf2b3e71
commit
54874c3389
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…
Add table
Reference in a new issue