From 4515857463c9b54cdc61dbdda2659eb9c7237a9f Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 3 Oct 2023 09:51:32 +0200 Subject: [PATCH] nx cache dependant on build script --- nx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 8176bae82c..fef6893f9d 100644 --- a/nx.json +++ b/nx.json @@ -8,5 +8,9 @@ } } }, - "targetDefaults": {} + "targetDefaults": { + "build": { + "inputs": ["{workspaceRoot}/scripts/build.js"] + } + } }