Skip to content

Commit

Permalink
chore(package) nyc: exclude .madrun.js
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 11, 2020
1 parent f2bbcb1 commit ac0a5fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,12 @@
"bin": {
"inly": "bin/inly.js"
},
"nyc": {
"exclude": [
"test",
".*.js"
]
},
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
Expand Down

0 comments on commit ac0a5fc

Please sign in to comment.