Skip to content

Commit

Permalink
[ECO-2154] Fix contract deployment in CI (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: alnoki <[email protected]>
  • Loading branch information
CRBl69 and alnoki authored Sep 2, 2024
1 parent 86bb414 commit aaa44d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typescript/sdk/tests/utils/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export async function publishPackage(args: {
...["--private-key", pkString],
...["--encoding", "hex"],
"--assume-yes",
"--override-size-check",
];

const command = shellArgs.join(" ");
Expand Down

0 comments on commit aaa44d3

Please sign in to comment.