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(
|
export function createGlobPatternsForDependencies(
|
||||||
dirPath: string,
|
dirPath: string,
|
||||||
fileGlobPattern: string = '/**/!(*.stories|*.spec).{tsx,ts,jsx,js,html}'
|
fileGlobPattern: string = '/**/*!(*.stories|*.spec).{tsx,ts,jsx,js,html}'
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
return jsGenerateGlobs(dirPath, fileGlobPattern);
|
return jsGenerateGlobs(dirPath, fileGlobPattern);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user