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

disable progress bar to speed up the build #5

Merged
merged 1 commit into from Jan 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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