From 22ea0ad1f8d37d2774a785b8a490a634d27c5179 Mon Sep 17 00:00:00 2001 From: Gabriel Rohden Date: Fri, 6 Dec 2024 10:02:44 -0300 Subject: [PATCH] fix: don't publish test folder --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b971fbe..11c4cf5 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "ignore": [ "!lib", "src", + "test", ".github/workflows" ] }