From 5b5d1db9c331d2d428bd5ae4814de7f6e315e991 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 20 Apr 2026 00:13:03 +0900 Subject: [PATCH] ci(nx.json): add '^compile' dependsOn to 'test:types' target (#10519) --- nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nx.json b/nx.json index 7fabda994ec..143d6f40de3 100644 --- a/nx.json +++ b/nx.json @@ -62,6 +62,7 @@ }, "test:types": { "cache": true, + "dependsOn": ["^compile"], "inputs": ["default", "^production"] }, "build": {