Skip to content

Commit

Permalink
Update docs/shared/recipes/include-all-packagejson.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
  • Loading branch information
isaacplmann and FrozenPandaz authored Nov 17, 2022
1 parent ad74f58 commit 5d7fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/include-all-packagejson.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Include All package.json Files as Projects

As of Nx 15.0.11, we include in the graph any `package.json` file that is referenced in the `workspaces` property of the root `package.json` file. (`lerna.json` for Lerna repos or `pnpm-workspaces.yml` for pnpm repos)
As of Nx 15.0.11, we only include any `package.json` file that is referenced in the `workspaces` property of the root `package.json` file in the graph. (`lerna.json` for Lerna repos or `pnpm-workspaces.yml` for pnpm repos)

If you would prefer to add all `package.json` files as projects, add the following configuration to the `nx.json` file:

Expand Down

0 comments on commit 5d7fb02

Please sign in to comment.