Skip to content

Commit

Permalink
fix: incorrect destructuring (#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbarry authored Aug 18, 2022
1 parent 8b8d8b3 commit dfe0365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const build = async (options, command) => {
if (!options.offline) {
checkOptions(buildOptions)
const { api, site } = command.netlify
const context = { options }
const { context } = options
await injectEnv(command, { api, buildOptions, context, site, siteInfo })
}

Expand Down

1 comment on commit dfe0365

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 222 MB

Please sign in to comment.