mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Use loglevel http for npm install.
This commit is contained in:
@@ -53,7 +53,7 @@ fi
|
|||||||
|
|
||||||
status "Installing npm dependencies"
|
status "Installing npm dependencies"
|
||||||
# Make npm output to STDOUT instead of its default STDERR
|
# Make npm output to STDOUT instead of its default STDERR
|
||||||
npm install --userconfig $build_dir/.npmrc 2>&1 | indent
|
npm install --loglevel=http --userconfig $build_dir/.npmrc 2>&1 | indent
|
||||||
)
|
)
|
||||||
|
|
||||||
# Persist goodies like node-version in the slug
|
# Persist goodies like node-version in the slug
|
||||||
|
|||||||
Reference in New Issue
Block a user