From 28ee28d8695c82914a723394227cc6d8d7fb5c47 Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Thu, 25 Jul 2024 15:13:18 +0200 Subject: [PATCH] chore: Add target dependencies to nx config --- nx.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nx.json b/nx.json index 2633939d3d..cd5bef8225 100644 --- a/nx.json +++ b/nx.json @@ -23,6 +23,14 @@ "dependsOn": ["clean", "^clean", "^build"] } }, + "targetDependencies": { + "build": [ + { + "target": "build", + "projects": "dependencies" + } + ] + }, "$schema": "./node_modules/nx/schemas/nx-schema.json", "defaultBase": "main" }