Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
test(pipe): re-enable code coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
rofe committed Apr 24, 2019
1 parent 86c9a5f commit eb234f1
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 @@ -8,7 +8,7 @@
"scripts": {
"semantic-release": "semantic-release",
"commit": "git-cz",
"test": "nyc --reporter=lcov mocha --exit",
"test": "nyc mocha --exit",
"lint": "npx eslint . && npm run types",
"types": "npm run docs && node bin/schema2ts.js",
"docs": "npx jsonschema2md -d src/schemas -o docs",
Expand Down

0 comments on commit eb234f1

Please sign in to comment.