From ce5910217d32eb02f8002000bd70f34fd18c2afa Mon Sep 17 00:00:00 2001 From: Connor Byrne Date: Wed, 13 May 2026 20:27:43 -0700 Subject: [PATCH] fix(ext-api/tf): remove duplicate test:extension-api script Remove stub script that was pulled in from foundation rebase. The tf branch has the real test script that runs vitest. Co-Authored-By: Claude Opus 4.5 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 6b72f875f1..d57e8abd82 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "test:extension-api:watch": "vitest --config vitest.extension-api.config.mts", "test:extension-api:coverage": "vitest run --config vitest.extension-api.config.mts --coverage", "test:unit": "nx run test", - "test:extension-api": "[ -f vitest.extension-api.config.mts ] && vitest run --config vitest.extension-api.config.mts || echo 'SKIP: vitest.extension-api.config.mts not found'", "typecheck": "vue-tsc --noEmit", "typecheck:browser": "vue-tsc --project browser_tests/tsconfig.json", "typecheck:desktop": "nx run @comfyorg/desktop-ui:typecheck",