diff --git a/nx.json b/nx.json index 2e96853523..e1bc0d858a 100644 --- a/nx.json +++ b/nx.json @@ -154,5 +154,13 @@ "remix-ui-editor-context-view": { "tags": [] } + }, + "targetDependencies": { + "build": [ + { + "target": "build", + "projects": "dependencies" + } + ] } }