Skip to content

Commit

Permalink
ci: added lints
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCK committed Jan 10, 2019
1 parent 94d5cd9 commit a1ac63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run: yarn lint
- run: yarn build
- run: yarn test
- run: yarn coveralls

0 comments on commit a1ac63f

Please sign in to comment.