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"] + } + } }