Skip to content

Commit 21b9074

Browse files
committed
fix(publish): don't read stories or tests
1 parent b44cc18 commit 21b9074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-components/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"rootDir": "./src",
1818
"outDir": "./dist"
1919
},
20-
"include": ["src"]
20+
"include": ["src"],
21+
"exclude": ["**/*.test.jsx", "**/*.stories.tsx"]
2122
}

0 commit comments

Comments
 (0)