mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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
|
pushd $service
|
||||||
echo "Installing Service $service"
|
echo "Installing Service $service"
|
||||||
echo ' installing Node'
|
echo ' installing Node'
|
||||||
type nvm && nvm install
|
type -t nvm && nvm install
|
||||||
type nvm && nvm use
|
type -t nvm && nvm use
|
||||||
echo ' installing Dependencies'
|
echo ' installing Dependencies'
|
||||||
npm install
|
npm install
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue