Skip to content

Commit

Permalink
build: fix the nyc build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 17, 2019
1 parent 0eeef74 commit 1fcc562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"scripts": {
"lint": "eslint .",
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
"test-cov": "nyc --reporter=text npm test",
"test-travis": "nyc --reporter=html --reporter=text npm test"
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test"
}
}

0 comments on commit 1fcc562

Please sign in to comment.