Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Sep 11, 2018
1 parent 85b1f38 commit 1442d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "tsc & jest",
"compile": "tsc",
"ci": "tsc & jest & ls & cat ./coverage/lcov.info | coveralls ",
"ci": "tsc & jest --coverage --coverageReporters=text-lcov | coveralls ",
"prepublishOnly": "tsc"
},
"keywords": [
Expand Down

0 comments on commit 1442d6b

Please sign in to comment.