Skip to content

Commit

Permalink
Simpler piping without report command
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengreenfield committed Jan 28, 2018
1 parent d89b0f1 commit 4a29687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"@std/esm": "cjs",
"scripts": {
"test": "_mocha --require @std/esm test.mjs **/test.mjs",
"coveralls": "nyc --extension '.mjs' --exclude '**/test.mjs' npm test && nyc report --reporter=text-lcov | coveralls",
"coveralls": "nyc npm test | coveralls",
"versionbump:fix": "npm version patch --no-git-tag-version",
"versionbump:feature": "npm version minor --no-git-tag-version",
"versionbump:breakingchanges": "npm version major --no-git-tag-version",
Expand Down

0 comments on commit 4a29687

Please sign in to comment.