From a8841b24fd12d42b836c2035f66963d99c6bce4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 2 Jul 2023 12:27:18 +0200 Subject: [PATCH] perf: ignore test files in published package (reduce package size) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b062221..3281ee6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "main": "build/index.js", "bin": "build/index.js", "files": [ - "build" + "build", + "!**/*.test.js" ], "publishConfig": { "access": "public",