Skip to content

Commit

Permalink
chore(core): update recipe example code (#18959)
Browse files Browse the repository at this point in the history
Co-authored-by: sevFlo <[email protected]>
  • Loading branch information
raketeFlo and sevFlo authored Sep 1, 2023
1 parent f533159 commit 407872f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/shared/recipes/reduce-repetitive-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ Now the `project.json` files can be reduced to this:
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/lib3/src",
"projectType": "library",
"targets": {
"test": {}
},
"tags": []
}
```
Expand Down

1 comment on commit 407872f

@vercel
Copy link

@vercel vercel bot commented on 407872f Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.