From 569db2fddc5acf327afa63ed36be504f2068d041 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 11 Oct 2021 15:43:23 +0200 Subject: [PATCH] add deps nx.json --- nx.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" + } + ] } }