From 218ea1556f1f5a5d32fdd3d932429499f7045838 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Wed, 20 Mar 2024 01:48:32 +0100 Subject: [PATCH] Ignore tests and .github-folder when publishing --- deno.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deno.json b/deno.json index 6d2dcf4..9f5e91c 100644 --- a/deno.json +++ b/deno.json @@ -13,5 +13,8 @@ "@cross/test": "jsr:@cross/test@^0.0.8", "@cross/utils": "jsr:@cross/utils@^0.6.1", "@std/assert": "jsr:@std/assert@^0.220.1" + }, + "publish": { + "exclude": [".github", "*.test.ts"] } }