Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
change nyc reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
keppel committed Sep 3, 2019
1 parent 4c0a72e commit 563e824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"scripts": {
"pretest": "tsc -p . --sourcemap",
"test": "nyc ava dist/test/*.js",
"posttest": "nyc report --reporter=json > coverage.lcov"
"test": "nyc --reporter=lcov ava dist/test/*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 563e824

Please sign in to comment.