chore(scripts): Silence stdout for npm install (#1567)

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2017-07-03 23:08:53 +02:00 committed by Juan Cruz Viotti
parent 20ca03496f
commit 5f5a4b61b0
2 changed files with 3 additions and 3 deletions

View File

@ -99,9 +99,9 @@ function run_install() {
# When changing between target architectures, rebuild all dependencies,
# since compiled add-ons will not work otherwise.
npm rebuild --silent
npm rebuild --silent > /dev/null
npm install --silent $INSTALL_OPTS
npm install --silent $INSTALL_OPTS > /dev/null
if [ "$ARGV_PRODUCTION" == "true" ]; then

View File

@ -69,7 +69,7 @@ else
npm config set spin=false
npm config set progress=false
npm install -g --silent uglify-es@3.0.3
npm install -g --silent uglify-es@3.0.3 > /dev/null
pip install -r requirements.txt
make info