We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3733ef + 5a4ae0a commit adb1e30Copy full SHA for adb1e30
packages/@netlify-build/src/build/main.js
@@ -344,7 +344,7 @@ const runInstruction = async function({
344
// https://github.com/netlify/cli-utils/blob/master/src/index.js#L40-L60
345
const pluginReturnValue = await method({
346
/* Netlify configuration file netlify.[toml|yml|json] */
347
- netlifyConfig: netlifyConfig,
+ netlifyConfig,
348
/* Plugin configuration */
349
pluginConfig: config,
350
/* Netlify API client */
@@ -382,7 +382,7 @@ const runInstruction = async function({
382
}
383
},
384
/* Error for `onError` handlers */
385
- error: error
+ error
386
})
387
console.log()
388
endTimer({ context: name.replace('config.', ''), hook }, methodTimer)
0 commit comments