Skip to content

Commit 272319c

Browse files
committed
Exclude test files
1 parent d32ebda commit 272319c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
},
1212
"publish": {
1313
"exclude": [
14-
"tests/",
14+
"**/tests/",
1515
"tools/",
1616
"web/",
1717
".*",
18+
"**/*.test.ts",
1819
"Dockerfile",
1920
"build.ts",
2021
"deno.lock",

0 commit comments

Comments
 (0)