From 64f32418b93068dd01c7d0b3e4cc3b5975b0c335 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 14 Apr 2026 18:54:06 +0100 Subject: [PATCH] test(release): include workspace template pack paths --- test/release-check.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/release-check.test.ts b/test/release-check.test.ts index 39b2cfd205b..27d839fcbbc 100644 --- a/test/release-check.test.ts +++ b/test/release-check.test.ts @@ -4,6 +4,7 @@ import { join } from "node:path"; import { describe, expect, it } from "vitest"; import { listBundledPluginPackArtifacts } from "../scripts/lib/bundled-plugin-build-entries.mjs"; import { listPluginSdkDistArtifacts } from "../scripts/lib/plugin-sdk-entries.mjs"; +import { WORKSPACE_TEMPLATE_PACK_PATHS } from "../scripts/lib/workspace-bootstrap-smoke.mjs"; import { collectAppcastSparkleVersionErrors, collectBundledExtensionManifestErrors, @@ -324,6 +325,7 @@ describe("collectMissingPackPaths", () => { ...requiredBundledPluginPackPaths, ...requiredQaScenarioPackPaths, ...requiredPluginSdkPackPaths, + ...WORKSPACE_TEMPLATE_PACK_PATHS, "scripts/npm-runner.mjs", "scripts/postinstall-bundled-plugins.mjs", "dist/plugin-sdk/root-alias.cjs",