From 458732ae836b217b75ac146cb611f19b0a9e49d9 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Thu, 23 Dec 2021 18:39:17 +0530 Subject: [PATCH] targetDependencies --- nx.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" + } + ] } }