Skip to content

Commit

Permalink
Core: Disable NPM progress bar
Browse files Browse the repository at this point in the history
This should speed up npm install. 

See npm/npm#11283
  • Loading branch information
kasperg committed Jul 7, 2016
1 parent f2fb31d commit 984deab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Expand Up @@ -27,6 +27,8 @@ test:
override:
# Build profile using drush make
- drush make ding2.make --no-core --contrib-destination=. -y
# Disable npm progress bar. It slows down npm install.
- npm set progress=false
# Install theme dependencies
- (cd themes/ddbasic && npm install)
# Process theme files.
Expand Down

0 comments on commit 984deab

Please sign in to comment.