Skip to content

Commit

Permalink
ci(react): make nx build react to depend on nx build core (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored May 10, 2023
1 parent 58e0fcc commit 3a4d6e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion projects/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
"output": "."
}
]
}
},
"dependsOn": [
{
"target": "build",
"projects": "dependencies",
"params": "forward"
}
]
},
"lint": {
"executor": "@nrwl/linter:eslint",
Expand Down

0 comments on commit 3a4d6e1

Please sign in to comment.