Skip to content

Commit 2194626

Browse files
committed
fix(release): declare frozen inventory helper
1 parent 2f99e61 commit 2194626

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

scripts/package-openclaw-for-docker.d.mts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ export function packOpenClawPackageForDocker(
2828
outputDir: unknown,
2929
options?: Record<string, unknown>,
3030
): Promise<string>;
31+
export function writePackageInventoryForDocker(
32+
sourceDir: string,
33+
runImpl?: (
34+
command: string,
35+
args: string[],
36+
cwd: string,
37+
options?: Record<string, unknown>,
38+
) => Promise<unknown>,
39+
): Promise<void>;
3140
export function runCommandForTest(
3241
command: unknown,
3342
args: unknown,

0 commit comments

Comments
 (0)