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

Description
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."); |