Skip to content

Commit

Permalink
docs(core): fix dependsOn snippet in project configuration reference (#…
Browse files Browse the repository at this point in the history
…23668)

I'm not totally sure, but by reading the docs, the intent of the first
example is to say that the test target depends of the build target.
Otherwise, it would mean that the build target depends of the build
target, which does not make sense. Or did I misunderstood something in
the doc ?

Co-authored-by: U812320 <francoisjulien.chabbey@mobi.ch>
(cherry picked from commit 3203043)
  • Loading branch information
chabb authored and FrozenPandaz committed May 22, 2024
1 parent 1e7f553 commit 1c59acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/reference/project-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ You can also express task dependencies with an object syntax:
```json
{
"targets": {
"build": {
"test": {
"dependsOn": [
{
"target": "build", // target name
Expand Down

0 comments on commit 1c59acb

Please sign in to comment.