Skip to content

Commit f9d81b4

Browse files
committed
Fix wildcard exclusions
1 parent ed9baf7 commit f9d81b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/web-components/fast-foundation/custom-elements-manifest.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ export default {
55
"src/**/*.ts"
66
],
77
exclude: [
8-
"**/__test__/",
9-
"**/design-system/",
10-
"**/design-token/",
11-
"**/di/",
12-
"**/utilities/",
13-
"**/test-utilities/",
8+
"**/__test__/**",
9+
"**/design-system/**",
10+
"**/design-token/**",
11+
"**/di/**",
12+
"**/utilities/**",
13+
"**/test-utilities/**",
1414
"**/*.spec.ts",
1515
"**/*.template.ts",
1616
"**/index.ts",

0 commit comments

Comments
 (0)