From 50951d6eaed04afb94d54addb4e1ce34bc8bbc16 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 14 Nov 2023 09:50:51 +0100 Subject: [PATCH] Disabled Nx daemon refs https://github.com/TryGhost/DevOps/issues/102 - we've been seeing various bugs relating to the Nx daemon, and when it crashes it nukes the entire dev command, which we'd like to avoid - this should disable the daemon until some of these issues are fixed --- nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nx.json b/nx.json index 69b54f5576..096b1ad75c 100644 --- a/nx.json +++ b/nx.json @@ -10,6 +10,7 @@ "test", "test:unit" ], + "useDaemonProcess": false, "cacheDirectory": ".nxcache" } }