This repository was archived by the owner on May 10, 2021. It is now read-only.

Description
I spent quite some time editing my netlify.toml, trying to consolidate the outputs into one folder with subfolders, i.e.:
[build]
command = "npm run build"
functions = "out/functions"
publish = "out/publish"
I ran npm run build and was confused that it would still output to out_functions and out_publish folders. Then I realised these are hard-coded and cannot be configured.
Could we make this configurable? If not, could we make it clearer in the README that these are fixed directory names?