@netlify/build
Version:
Netlify build module
56 lines (55 loc) • 1.84 kB
TypeScript
export declare const runStep: ({ event, childProcess, packageName, coreStep, coreStepId, coreStepName, coreStepDescription, coreStepQuiet, pluginPackageJson, loadedFrom, origin, condition, configPath, outputConfigPath, buildDir, packagePath, repositoryRoot, nodePath, index, childEnv, context, branch, envChanges, constants, steps, buildbotServerSocket, events, mode, api, errorMonitor, deployId, errorParams, error, failedPlugins, configOpts, netlifyConfig, defaultConfig, configMutations, headersPath, redirectsPath, logs, debug, systemLog, verbose, saveConfig, timers, testOpts, featureFlags, quiet, userNodeVersion, explicitSecretKeys, edgeFunctionsBootstrapURL, extensionMetadata, }: {
event: any;
childProcess: any;
packageName: any;
coreStep: any;
coreStepId: any;
coreStepName: any;
coreStepDescription: any;
coreStepQuiet: any;
pluginPackageJson: any;
loadedFrom: any;
origin: any;
condition: any;
configPath: any;
outputConfigPath: any;
buildDir: any;
packagePath: any;
repositoryRoot: any;
nodePath: any;
index: any;
childEnv: any;
context: any;
branch: any;
envChanges: any;
constants: any;
steps: any;
buildbotServerSocket: any;
events: any;
mode: any;
api: any;
errorMonitor: any;
deployId: any;
errorParams: any;
error: any;
failedPlugins: any;
configOpts: any;
netlifyConfig: any;
defaultConfig: any;
configMutations: any;
headersPath: any;
redirectsPath: any;
logs: any;
debug: any;
systemLog: any;
verbose: any;
saveConfig: any;
timers: any;
testOpts: any;
featureFlags: any;
quiet: any;
userNodeVersion: any;
explicitSecretKeys: any;
edgeFunctionsBootstrapURL: any;
extensionMetadata: any;
}) => Promise<{}>;