diff --git a/deno.json b/deno.json index 8c2e20b..1f30454 100644 --- a/deno.json +++ b/deno.json @@ -29,6 +29,6 @@ "esbuild-plugin-d.ts": "npm:esbuild-plugin-d.ts@^1.3.0" }, "publish": { - "exclude": ["build", "dist", "package.json", ".github"] + "exclude": ["build", "dist", "tests", "package.json", ".github","docs"] } }