Skip to content

Commit

Permalink
fix(ci): command npm test:ci is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
r-park committed Jul 29, 2017
1 parent bb0633e commit 6ea18f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
test:
override:
- npm run build
- npm test:ci -- --coverage
- npm test:server
- npm run test:ci -- --coverage
- npm run test:server
post:
- mv ./coverage ${CIRCLE_ARTIFACTS}

Expand Down

0 comments on commit 6ea18f4

Please sign in to comment.