mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(package) nyc: exclude spec files
This commit is contained in:
parent
de3ce19eb9
commit
f297defea8
1 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,11 @@
|
|||
"bin": {
|
||||
"cloudcmd": "bin/cloudcmd.js"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"**.*.spec.js"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"dirs": "bin/cloudcmd.js common server",
|
||||
"dirs_test": "test bin/release.js webpack.config.js cssnano.config.js .webpack"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue