Skip to content

Commit 45d21e2

Browse files
committed
chore: exclude bin directory from c8
1 parent 97b6e60 commit 45d21e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
],
9191
"exclude": [
9292
"tests/**",
93+
"bin/**",
9394
"factories/**"
9495
]
9596
},

0 commit comments

Comments
 (0)