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,