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.
1 parent c465941 commit f8d4988Copy full SHA for f8d4988
src/index.js
@@ -106,6 +106,6 @@ module.exports = {
106
107
console.log('Writing updated config to publish dir...')
108
const config_out = toml.stringify(netlifyConfig)
109
- await fs.writeFile(path.join(process.cwd(), 'netlify.toml'), config_out)
+ await fs.writeFile(path.join(PUBLISH_DIR, 'netlify.toml'), config_out)
110
},
111
}
0 commit comments