test: align build artifact profile expectation · openclaw/openclaw@818d903
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -127,12 +127,15 @@ describe("resolveBuildAllSteps", () => {
|
127 | 127 | expect(BUILD_ALL_PROFILES.full).toEqual(BUILD_ALL_STEPS.map((step) => step.label)); |
128 | 128 | }); |
129 | 129 | |
130 | | -it("uses a runtime-only profile for ci artifacts", () => { |
| 130 | +it("uses a runtime artifact plus plugin SDK export profile for ci artifacts", () => { |
131 | 131 | expect(resolveBuildAllSteps("ciArtifacts").map((step) => step.label)).toEqual([ |
132 | 132 | "canvas:a2ui:bundle", |
133 | 133 | "tsdown", |
134 | 134 | "runtime-postbuild", |
135 | 135 | "build-stamp", |
| 136 | +"build:plugin-sdk:dts", |
| 137 | +"write-plugin-sdk-entry-dts", |
| 138 | +"check-plugin-sdk-exports", |
136 | 139 | "canvas-a2ui-copy", |
137 | 140 | "copy-hook-metadata", |
138 | 141 | "copy-export-html-templates", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。