diff --git a/nx.json b/nx.json index aa46ad3fc7..fd90c35f84 100644 --- a/nx.json +++ b/nx.json @@ -139,5 +139,13 @@ "remix-ui-tabs": { "tags": [] } + }, + "targetDependencies": { + "build": [ + { + "target": "build", + "projects": "dependencies" + } + ] } }