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

Commit

Permalink
Merge pull request #389 from wincent/glh/travis-deploy-quieten
Browse files Browse the repository at this point in the history
Silence npm install output in Travis → NPM deploy
  • Loading branch information
wincent committed Aug 29, 2017
2 parents 2bdcb26 + a8f642f commit fc0063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prepublish.sh
Expand Up @@ -17,5 +17,5 @@ if [ "$CI" != true ]; then
fi

# Build before Travis CI publishes to NPM
npm install
npm install > /dev/null 2>&1
npm run build

0 comments on commit fc0063f

Please sign in to comment.