diff --git a/nx.json b/nx.json index c28d15ca3f..5f50461adc 100644 --- a/nx.json +++ b/nx.json @@ -160,5 +160,13 @@ "remix-ui-run-tab": { "tags": [] } + }, + "targetDependencies": { + "build": [ + { + "target": "build", + "projects": "dependencies" + } + ] } }