Skip to content

Commit

Permalink
chore(package) nyc config
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 1, 2020
1 parent 85b55e8 commit 6a2d9fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -20,6 +20,12 @@
"bin": {
"minify": "bin/minify.js"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"test"
]
},
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
Expand Down

0 comments on commit 6a2d9fd

Please sign in to comment.