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

Request: allow out_functions/out_publish directory names to be configurable #81

Closed
@ChrisBAshton

Description

@ChrisBAshton

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions