From bea6d178179e165e8fc66095cf4779608a2faeea Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Tue, 9 Jun 2026 17:01:52 +0200 Subject: [PATCH 1/2] chore: cache bust --- nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nx.json b/nx.json index 88eb404453..347feef1cf 100644 --- a/nx.json +++ b/nx.json @@ -7,6 +7,7 @@ "tui": { "enabled": false }, + "bust-cach": 1, "namedInputs": { "sharedGlobals": [ "{workspaceRoot}/.nvmrc", From e969b608a9a9f7404138ca308ee30e2b8e061733 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Tue, 9 Jun 2026 17:08:13 +0200 Subject: [PATCH 2/2] fine tune a bit more --- .nx/workflows/sandboxing-config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .nx/workflows/sandboxing-config.yaml diff --git a/.nx/workflows/sandboxing-config.yaml b/.nx/workflows/sandboxing-config.yaml new file mode 100644 index 0000000000..804192f3b3 --- /dev/null +++ b/.nx/workflows/sandboxing-config.yaml @@ -0,0 +1,2 @@ +exclude-reads: + - ".npmrc"