Skip to content

Commit

Permalink
hotfix(cli): fix --skip-upgrade-record flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Nov 7, 2024
1 parent 99bc039 commit d707d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/util/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ async function prepareBuildConfig(
privateSourceCode: !def.isPublicSourceCode(),
wipe: options.wipe,
dryRun: options.dryRun,
skipUpgradeRecord: options.skipUpgradeRecord,
overrideResolver,
rpcUrl: cliSettings.rpcUrl,
writeScript: options.writeScript,
Expand Down

0 comments on commit d707d9e

Please sign in to comment.