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.

Improve logs when Functions/publish directories are specified #97

Closed
@ehmicky

Description

@ehmicky

When publishPath is specified, we should not print:

log(" ", "Publish directory: ", publishPath);

since this is most likely taken from the site's already configured publish path, and the user would expect that to be used.

When functionsPath is specified, we should not print:

log(" ", "Functions directory: ", functionsPath);

If both are specified, we should not print:

log(" ", "Make sure these are set in your netlify.toml file.");

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions