fix(js): expose schematic using the generator function with a default for the project name and root format (#18681)
This commit is contained in:
parent
ded15436a4
commit
61d73fc907
@ -743,4 +743,4 @@ function determineEntryFields(
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default libraryGenerator;
|
export default libraryGenerator;
|
||||||
export const librarySchematic = convertNxGenerator(libraryGeneratorInternal);
|
export const librarySchematic = convertNxGenerator(libraryGenerator);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user