mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-04 10:43:32 +00:00
fix(build): generate plugin sdk declarations for docker package (#99710)
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user