diff --git a/nx.json b/nx.json index 615db2cffb..66943e60e2 100644 --- a/nx.json +++ b/nx.json @@ -117,6 +117,13 @@ } } ], + "tasksRunnerOptions": { + "default": { + "options": { + "useDaemonProcess": false + } + } + }, "release": { "version": { "preVersionCommand": "npx nx run-many -t build"