From 8dc6a76af97818519f3949f4525c9d83c2168c30 Mon Sep 17 00:00:00 2001 From: Christian Siebmanns Date: Fri, 19 Jan 2024 18:35:32 +0100 Subject: [PATCH] fix (testing): add testing folder to npm package --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c0c27bb26..0ad40ab87b 100644 --- a/package.json +++ b/package.json @@ -43,11 +43,13 @@ "!web-test-runner.config.js", "!commitlint.config.js", "!**/test/**", - "!**/testing/**", "!**/*_test.*", "!.wireit/**", "!catalog", - "!scripts/" + "!scripts/", + "!**/testing/**", + "testing/harness.{js,js.map,d.ts}", + "testing/transform-pseudo-classes.{js,js.map,d.ts}" ], "workspaces": [ "catalog"