Skip to content

Commit

Permalink
feat: update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Mar 28, 2018
1 parent b9452de commit 913d8c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- run:
name: upload coverage
command: bash <(curl -s https://codecov.io/bash)
- run:
name: build
command: npm run build
- run:
name: release
command: npm run semantic-release || true

0 comments on commit 913d8c1

Please sign in to comment.