Skip to content

Commit

Permalink
fix(js): expose schematic using the generator function with a default…
Browse files Browse the repository at this point in the history
… for the project name and root format (#18681)

(cherry picked from commit 61d73fc)
  • Loading branch information
leosvelperez authored and FrozenPandaz committed Aug 18, 2023
1 parent 83011f7 commit 7578e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/generators/library/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,4 +743,4 @@ function determineEntryFields(
}

export default libraryGenerator;
export const librarySchematic = convertNxGenerator(libraryGeneratorInternal);
export const librarySchematic = convertNxGenerator(libraryGenerator);

0 comments on commit 7578e4b

Please sign in to comment.