From 272319c12a377a4d93e46285bb0cd4f9188cb88a Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 1 Nov 2024 13:01:28 -0400 Subject: [PATCH] Exclude test files --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 7d63a46a..15122582 100644 --- a/deno.json +++ b/deno.json @@ -11,10 +11,11 @@ }, "publish": { "exclude": [ - "tests/", + "**/tests/", "tools/", "web/", ".*", + "**/*.test.ts", "Dockerfile", "build.ts", "deno.lock",