Skip to content

Commit

Permalink
Fix nyc error
Browse files Browse the repository at this point in the history
  • Loading branch information
clementallen committed Apr 16, 2019
1 parent 1c00f0d commit c5782bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "babel -d lib src",
"test": "nyc mocha ./test/**/*.test.js --require @babel/register --require @babel/polyfill --require ./test/base",
"cover": "nyc --reporter=lcov npm test",
"cover": "npm test && nyc report --reporter=lcov",
"lint": "eslint \"./{src,test}/**/*.js\"",
"changelog": "auto-changelog -p --tag-prefix v",
"release": "npm run build && np",
Expand Down

0 comments on commit c5782bc

Please sign in to comment.