Skip to content

Commit

Permalink
fix(misc): use correct generator name
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Aug 22, 2023
1 parent 760ca53 commit 2bb8a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function normalizeOptions(
projectType: 'library',
directory: options.directory,
projectNameAndRootFormat: options.projectNameAndRootFormat,
callingGenerator: '@nx/node:library',
callingGenerator: '@nx/workspace:npm-package',
}
);

Expand Down

0 comments on commit 2bb8a90

Please sign in to comment.