From 85dc37f0c996233d9f0024374643af62e6f0e535 Mon Sep 17 00:00:00 2001 From: lemusthelroy Date: Thu, 8 Aug 2024 13:28:50 +0100 Subject: [PATCH] feat: add accountId to build options (#6783) Co-authored-by: Netlify Bot --- src/lib/build.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/build.ts b/src/lib/build.ts index fd73f3ce746..1ad586e4067 100644 --- a/src/lib/build.ts +++ b/src/lib/build.ts @@ -75,6 +75,7 @@ export const getBuildOptions = async ({ cachedConfig, defaultConfig, siteId: cachedConfig.siteInfo.id, + accountId: cachedConfig.siteInfo.account_id, packagePath, token, dry,