Skip to content

Commit 85dc37f

Browse files
feat: add accountId to build options (#6783)
Co-authored-by: Netlify Bot <[email protected]>
1 parent 1881e07 commit 85dc37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const getBuildOptions = async ({
7575
cachedConfig,
7676
defaultConfig,
7777
siteId: cachedConfig.siteInfo.id,
78+
accountId: cachedConfig.siteInfo.account_id,
7879
packagePath,
7980
token,
8081
dry,

0 commit comments

Comments
 (0)