Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #400 from netlify/fix/nvm-progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Apr 27, 2020
2 parents de95bca + 98d08c9 commit 0749a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ install_dependencies() {
echo "Attempting node version '$NODE_VERSION' from .node-version"
fi

if nvm install $NODE_VERSION
if nvm install --no-progress $NODE_VERSION
then
NODE_VERSION=$(nvm current)
# no echo needed because nvm does that for us
Expand Down

0 comments on commit 0749a9c

Please sign in to comment.