Skip to content

Commit

Permalink
Install example deps on CircleCI + add Jest coverage/ in .eslintignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed Feb 5, 2017
1 parent aff7c25 commit f09132c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintignore
@@ -1,2 +1,3 @@
node_modules/
flow-typed/
flow-typed/
coverage/
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -14,6 +14,7 @@ dependencies:
- sudo apt-get update && sudo apt-get install yarn
override:
- yarn install
- cd example && npm install && cd ..
test:
override:
- npm run lint
Expand Down

0 comments on commit f09132c

Please sign in to comment.