Skip to content

Commit ea8ad23

Browse files
authored
chore: exclude aura package from web-types script (#10144)
1 parent 4eb4d9e commit ea8ad23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/buildWebtypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const blacklistedPackages = [
1717
/^icons/u,
1818
/^input-container/u,
1919
/^lit-renderer/u,
20+
/^aura/u,
2021
];
2122

2223
// Additional attributes that will be added to all components

0 commit comments

Comments
 (0)