From 24b0092827650718650f8fed229db86074ad7a1d Mon Sep 17 00:00:00 2001 From: David Disu Date: Wed, 29 Jun 2022 12:07:35 +0100 Subject: [PATCH] Restore target dependency build --- nx.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nx.json b/nx.json index bec616c17c..13cd26c2b2 100644 --- a/nx.json +++ b/nx.json @@ -173,5 +173,13 @@ "remix-ui-tooltip-popup": { "tags": [] } + }, + "targetDependencies": { + "build": [ + { + "target": "build", + "projects": "dependencies" + } + ] } }