Skip to content

Commit

Permalink
Run flow in CI, ignore config-chain/broken.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemtnz committed Jan 8, 2018
1 parent 09c463d commit b9a743d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- run: source .env.test && npm run ci:test
- run: npm run ci:coveralls
# - run: npm run flow check
- run: npm run flow check

- deploy:
command: |
Expand Down
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/node_modules/.*config-chain/test/broken.json

[include]

Expand Down

0 comments on commit b9a743d

Please sign in to comment.