Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from elasticio/disable_progress_bar
Browse files Browse the repository at this point in the history
disable progress bar to speed up the build
  • Loading branch information
Igor Drobiazko committed Jan 29, 2016
2 parents 8c05006 + 2aa68a9 commit 0acf84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/build.sh
Expand Up @@ -166,6 +166,7 @@ install_npm() {
function build_dependencies() {
info "Disabling Certificate Authority by NPM"
npm config set ca ""
npm set progress=false

if [ "$modules_source" == "" ]; then
info "Skipping dependencies (no source for node_modules)"
Expand Down

0 comments on commit 0acf84b

Please sign in to comment.