From dd243bdcf2e9e3bb58c286fd6e83108ccc637357 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Thu, 20 Aug 2026 09:47:44 +0900 Subject: [PATCH] chore(nx.json): drop dead 'dist-cjs' build output entry --- nx.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nx.json b/nx.json index 5b9d0cb8162..143d6f40de3 100644 --- a/nx.json +++ b/nx.json @@ -69,11 +69,7 @@ "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"], - "outputs": [ - "{projectRoot}/build", - "{projectRoot}/dist", - "{projectRoot}/dist-cjs" - ] + "outputs": ["{projectRoot}/build", "{projectRoot}/dist"] }, "test:build": { "cache": true,