diff --git a/nx.json b/nx.json index 03e6ce7564..c1177d8fa0 100644 --- a/nx.json +++ b/nx.json @@ -24,7 +24,11 @@ ], "inputs": [ - "productionFiles" + "productionFiles", + + { + "env": "NODE_ENV" + } ] }, "build:app": {