From 98642a3210b705eb5780d083da784c7a30203c81 Mon Sep 17 00:00:00 2001 From: Francesco Gringl-Novy Date: Fri, 24 Apr 2026 10:52:01 +0200 Subject: [PATCH] chore(build): Opt-out of nx analytics --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 7cd807e089fb..48b0f8500b36 100644 --- a/nx.json +++ b/nx.json @@ -65,5 +65,6 @@ "tui": { "autoExit": true }, - "parallel": 5 + "parallel": 5, + "analytics": false }