Skip to content

Commit

Permalink
chore: added semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki authored Nov 16, 2018
1 parent 435fc2d commit 7bc02ea
Show file tree
Hide file tree
Showing 3 changed files with 7,544 additions and 2,322 deletions.
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ jobs:
command: npm run build
- run:
name: run tests
command: npm test
command: npm test
- run:
name: release
command: npm run semantic-release || true
Loading

0 comments on commit 7bc02ea

Please sign in to comment.