ci: set npm verbosity to warn via environment variable

This commit is contained in:
Gleb Bahmutov
2017-05-22 16:33:37 -04:00
parent 1bb08510a7
commit 8af3c696ea
+2
View File
@@ -5,6 +5,8 @@ jobs:
docker:
# the Docker image with Cypress dependencies and Chrome browser
- image: cypress/internal:chrome58
environment:
npm_config_loglevel: warn
working_directory: ~/cypress-monorepo
parallelism: 3
steps: