Skip to content

Commit

Permalink
chore: ci coverage
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
richardschneider committed Dec 6, 2017
1 parent 358c8c2 commit 99780ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"test:browser": "aegir test -t browser",
"release": "aegir release",
"release-minor": "aegir release --type minor",
"release-major": "aegir release --type major"
"release-major": "aegir release --type major",
"coverage": "aegir coverage",
"coverage-publish": "aegir-coverage publish"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit 99780ab

Please sign in to comment.