From 9049c83f73db144a2e137719ff9d3f3622f37ce0 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Tue, 15 Aug 2023 20:33:29 +0200 Subject: [PATCH] Remove tests from npm package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bb78611..4a47dd8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "publishConfig": { "ignore": [ ".github/workflows", - "appveyor.yml" + "appveyor.yml", + "test" ] } }