From 33f24e1462fd1b799783b6c5b23407e59d93567c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 8 Jan 2024 09:48:29 +0100 Subject: [PATCH] [code-infra] Configure build dependencies in nx (#40482) --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 5e060f4fb2c787..cf46819b1157a9 100644 --- a/nx.json +++ b/nx.json @@ -3,7 +3,8 @@ "extends": "nx/presets/npm.json", "targetDefaults": { "build": { - "cache": true + "cache": true, + "dependsOn": ["^build"] } } }