Skip to content

Commit

Permalink
chore: remove tmp-tailwind ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Nov 6, 2023
1 parent 14d6abc commit ffa01e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/orbit-components/config/build/consts.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export const OUTPUT_PATTERNS = [

export const COMPILE_IGNORE_PATTERNS = [
"**/RenderInRtl.tsx",
// TODO: remove that after TW migration, tailwind is temporary folder
"**/tmp-tailwind/**/*.{ts?(x),d.ts}",
"**/*.d.ts",
"**/*.stories.*",
"**/*.ct.*",
Expand All @@ -28,6 +26,4 @@ export const DECLARATIONS_IGNORE_PATTERN = [
"**/test-utils.d.ts",
"**/*.ct.d.ts",
"**/*.ct-story.d.ts",
// TODO: remove that after TW migration, tailwind is temporary folder
"**/tmp-tailwind/**/*.{ts?(x),d.ts}",
];
1 change: 0 additions & 1 deletion packages/orbit-components/tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"**/__tests__/**/*",
"**/__typetests__/**/*",
"**/*.stories.*",
"**/tmp-tailwind/**",
"**/RenderInRtl.tsx"
]
}

0 comments on commit ffa01e9

Please sign in to comment.