Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci): put lint and test in seperate run lines
  • Loading branch information
koddsson committed Oct 11, 2017
commit fbe1ec31c32f8a75bdd49940f355e36dd2bd005b
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run:
- yarn run lint
- yarn run test
- run: yarn run lint
- run: yarn run test