fix(build): generate plugin sdk declarations for docker package (#99710)

This commit is contained in:
Dallin Romney
2026-07-03 16:59:04 -07:00
committed by GitHub
parent 1c93e509a3
commit 7a92eb7a37

View File

@@ -135,7 +135,7 @@ describe("package-openclaw-for-docker", () => {
);
});
it("uses build-all as the single bounded package artifact build step", async () => {
it("uses build-all with declaration generation for package artifacts", async () => {
const calls: Array<{
command: string;
args: string[];