Skip to content

Commit

Permalink
fix(react): fix createGlobPAtternsForDependencies path (#18546)
Browse files Browse the repository at this point in the history
(cherry picked from commit ac85a16)
  • Loading branch information
nadavshatz authored and FrozenPandaz committed Sep 7, 2023
1 parent 24de089 commit 62f526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/tailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { createGlobPatternsForDependencies as jsGenerateGlobs } from '@nx/js/src
*/
export function createGlobPatternsForDependencies(
dirPath: string,
fileGlobPattern: string = '/**/!(*.stories|*.spec).{tsx,ts,jsx,js,html}'
fileGlobPattern: string = '/**/*!(*.stories|*.spec).{tsx,ts,jsx,js,html}'
) {
try {
return jsGenerateGlobs(dirPath, fileGlobPattern);
Expand Down

0 comments on commit 62f526a

Please sign in to comment.