Pass the --dir
CLI flag to @netlify/config
#961
Labels
area: command: deploy
good first issue
low-priority
technical-debt
type: chore
work needed to keep the product and development running smoothly
The
deploy
anddev
commands use a--dir
CLI flag, representing thebuild.publish
directory.This flag should be passed to
@netlify/config --inlineConfig.publish {dir}
Those CLI commands should then use the returned
config.build.publish
value instead of the--dir
CLI flag. This is because@netlify/config
does more logic to retrieve the publish directory.The text was updated successfully, but these errors were encountered: