From 3691f17bf7f34cf6ed3422959cf2d81bbdfed3df Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Thu, 11 Sep 2025 19:02:09 +0200 Subject: [PATCH] try to skip nx cache --- explorer-v2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer-v2/package.json b/explorer-v2/package.json index 48ccbb50c2..966844c69b 100644 --- a/explorer-v2/package.json +++ b/explorer-v2/package.json @@ -4,7 +4,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "build:prod": "yarn --cwd .. build && next build", + "build:prod": "SKIP_NX_CACHE=true yarn --cwd .. build && next build", "start": "next start", "lint": "biome check --fix" },