From 648b1107052ffe8ebe2c041dba427f62013e0185 Mon Sep 17 00:00:00 2001 From: Nasreddine Bac Ali Date: Wed, 13 Apr 2022 11:35:57 +0200 Subject: [PATCH] fix: exclude storybook stories while building the library --- tsconfig.components.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.components.json b/tsconfig.components.json index 148d2466a..2132218a4 100644 --- a/tsconfig.components.json +++ b/tsconfig.components.json @@ -24,5 +24,8 @@ }, "include": [ "src/components" + ], + "exclude": [ + "**/**.stories.tsx" ] } \ No newline at end of file