Skip to content

Commit

Permalink
fix(ci): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwarren committed Jul 7, 2018
1 parent c781c31 commit a1b7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
command: npm install
- run:
name: Test and Validate Coverage
command: npm run coverage:ci
command: mkdir -p coverage && npm run coverage:ci
- run:
name: Publish Coverage
command: npm run coverage:publish
Expand Down

0 comments on commit a1b7c7f

Please sign in to comment.