From d1a37a623a0ac4135ec096198abd7326e11a84eb Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Fri, 1 Sep 2023 00:26:31 +0000 Subject: [PATCH] chore: exclude dist/__fixtures__ from publish --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 22d12e5..0b7cedf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ - "dist" + "dist", + "!dist/__fixtures__" ], "scripts": { "build": "tsc --project tsconfig.build.json",