Browse Source

Quiet down the flow output in CI

master
meriadec 7 years ago
parent
commit
9493310050
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -23,7 +23,7 @@ jobs:
command: yarn lint
- run:
name: Flow
command: yarn flow
command: yarn flow --quiet
- run:
name: Build
command: yarn dist:dir

Loading…
Cancel
Save