We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1afa03 commit 1eb6288Copy full SHA for 1eb6288
packages/build/src/core/build.ts
@@ -54,6 +54,7 @@ const tExecBuild = async function ({
54
apiHost,
55
token,
56
siteId,
57
+ accountId,
58
context,
59
branch,
60
baseRelDir,
@@ -96,6 +97,7 @@ const tExecBuild = async function ({
96
97
98
99
100
101
102
103
packages/build/src/core/config.js
@@ -27,6 +27,7 @@ export const getConfigOpts = function ({
27
28
29
30
31
32
33
@@ -50,6 +51,7 @@ export const getConfigOpts = function ({
50
51
host: apiHost,
52
53
deployId,
buildId,
mode,
0 commit comments