fix(react): fix createGlobPAtternsForDependencies path (#18546)
This commit is contained in:
parent
ace8f8cf97
commit
ac85a16a59
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user