fix(js): expose schematic using the generator function with a default for the project name and root format (#18681)

This commit is contained in:
Leosvel Pérez Espinosa 2023-08-17 19:55:56 +01:00 committed by GitHub
parent ded15436a4
commit 61d73fc907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,4 +743,4 @@ function determineEntryFields(
}
export default libraryGenerator;
export const librarySchematic = convertNxGenerator(libraryGeneratorInternal);
export const librarySchematic = convertNxGenerator(libraryGenerator);