Skip to content

Commit

Permalink
fix(js): add missing projectType property to @nrwl/js:library gen…
Browse files Browse the repository at this point in the history
…erator (#10159)
  • Loading branch information
lucasvieirasilva committed May 5, 2022
1 parent e212cb9 commit 6d4f971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js/src/generators/library/library.ts
Expand Up @@ -91,6 +91,7 @@ function addProject(
const projectConfiguration: ProjectConfiguration = {
root: options.projectRoot,
sourceRoot: joinPathFragments(options.projectRoot, 'src'),
projectType: 'library',
targets: {},
tags: options.parsedTags,
};
Expand Down

0 comments on commit 6d4f971

Please sign in to comment.