Skip to content

Commit 3db32b5

Browse files
committed
Fix outputs type
1 parent 4e0952a commit 3db32b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/bundle-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface Output {
1616
}
1717

1818
interface Metadata {
19-
outputs: Output[];
19+
outputs: Record<string, Output>;
2020
}
2121

2222
function toMB(bytes: number): string {

0 commit comments

Comments
 (0)