From 7a92eb7a3733efbd667cb763c60196cd46889ea4 Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Fri, 3 Jul 2026 16:59:04 -0700 Subject: [PATCH] fix(build): generate plugin sdk declarations for docker package (#99710) --- test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts b/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts index e73bf3ec49d9..ae9576546ae6 100644 --- a/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts +++ b/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts @@ -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[];