From 7f2b378f4eb4b01f77c165860d255347d2116eee Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Tue, 7 May 2024 01:08:09 -0700 Subject: [PATCH] fix: dont publish test files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26dd55e..4016bc2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "license": "Apache-2.0", "files": [ "build", - "!build/**/*.test.*" + "!build/**/*.test.*", + "!build/integration-tests" ], "devDependencies": { "@json-schema-tools/dereferencer": "^1.5.7",