mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 04:17:37 +00:00
Merge pull request #37566 from felixfbecker/quiet-npm
Make npm logs less verbose in CI
This commit is contained in:
commit
99a0ac7563
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ before_install:
|
|||
sh -e /etc/init.d/xvfb start;
|
||||
sleep 3;
|
||||
fi
|
||||
# Make npm logs less verbose
|
||||
- npm config set depth 0
|
||||
- npm config set loglevel warn
|
||||
|
||||
install:
|
||||
- ./scripts/npm.sh install
|
||||
|
|
Loading…
Reference in a new issue