Skip to content

Commit

Permalink
feat: add accountId to build options (#6783)
Browse files Browse the repository at this point in the history
Co-authored-by: Netlify Bot <[email protected]>
  • Loading branch information
lemusthelroy and netlify-bot authored Aug 8, 2024
1 parent 1881e07 commit 85dc37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const getBuildOptions = async ({
cachedConfig,
defaultConfig,
siteId: cachedConfig.siteInfo.id,
accountId: cachedConfig.siteInfo.account_id,
packagePath,
token,
dry,
Expand Down

2 comments on commit 85dc37f

@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

  • Dependency count: 1,222
  • Package size: 313 MB
  • Number of ts-expect-error directives: 977

@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

  • Dependency count: 1,222
  • Package size: 313 MB
  • Number of ts-expect-error directives: 977

Please sign in to comment.