From 5f18376d59ad65b96db1da9e69bc8f5ea6418301 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 14 Apr 2026 12:52:28 -0500 Subject: [PATCH] fix(ci): disable incremental resources build cache state --- tsconfig.resources.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.resources.json b/tsconfig.resources.json index 00702c3b5..ec285b3ee 100644 --- a/tsconfig.resources.json +++ b/tsconfig.resources.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "incremental": false, "rootDir": "src/resources", "outDir": "dist/resources", "declaration": false,