From 120eb854e9a2cb3974f5beee524fd03710a55735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Madeira?= Date: Fri, 1 Nov 2024 15:29:27 +0000 Subject: [PATCH] cicd: bugifx --- tsconfig.cli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.cli.json b/tsconfig.cli.json index 1128198..d11449f 100644 --- a/tsconfig.cli.json +++ b/tsconfig.cli.json @@ -7,6 +7,6 @@ "declaration": false, "outDir": "./bin" }, - "exclude": ["node_modules", "src/index.ts", "src/*-webcomponent.ts"], + "exclude": ["node_modules", "src/index.ts", "src/*-webcomponent.ts", "tests"], "include": ["**/*", "src/*", "*.ts"] }