Set log level
This commit is contained in:
parent
761676812d
commit
fe99b05b01
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ jobs:
|
|||
build:
|
||||
docker:
|
||||
- image: circleci/node:6.10
|
||||
environment:
|
||||
- npm_config_loglevel: info
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
Loading…
Reference in a new issue