Skip to content

Commit

Permalink
keep coverage-related scripts together
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Nov 2, 2016
1 parent 6b66b09 commit 3c22736
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 @@ -29,8 +29,8 @@
"lint-fix": "eslint . --fix",
"test": "cross-env NODE_ENV=test ava",
"coverage": "cross-env NODE_ENV=test nyc ava",
"test-integration": "nightwatch",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"test-integration": "nightwatch",
"version": "node build/version.js"
},
"ava": {
Expand Down

0 comments on commit 3c22736

Please sign in to comment.