Skip to content

Commit

Permalink
use local nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriz committed Feb 9, 2020
1 parent 586a333 commit e4e4577
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 @@ -21,7 +21,7 @@
"tapew": "npx onchange -i '**/*.js' -- npm run tape",
"tap": "tap test/*test.js",
"tapw": "npm run tap -- -w",
"ava": "TEST=ava npx nyc ava test/*test.js",
"ava": "TEST=ava nyc ava test/*test.js",
"avaw": "npm run ava -- -w",
"cov": "tap test/*test.js --coverage-report=lcov",
"sync": "git add . && git commit; git pull && git push",
Expand Down

0 comments on commit e4e4577

Please sign in to comment.