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

Commit fc0063f

Browse files
authored
Merge pull request #389 from wincent/glh/travis-deploy-quieten
Silence npm install output in Travis → NPM deploy
2 parents 2bdcb26 + a8f642f commit fc0063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/prepublish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ if [ "$CI" != true ]; then
1717
fi
1818

1919
# Build before Travis CI publishes to NPM
20-
npm install
20+
npm install > /dev/null 2>&1
2121
npm run build

0 commit comments

Comments
 (0)