The `netlify deploy` command used to deploy one of my sites has stopped working in `netlify-cli@2.48.0` The command `netlify deploy` fails with a "Base directory does not exist" error. ``` > netlify deploy -p --dir public Base directory does not exist: /Users/davidwells/David/analytics-project/analytics/site/main/site ``` Was something changed recently with the `netlify deploy` command? This is the site in question: https://github.com/DavidWells/analytics/tree/master/site/main and the previously working deploy script is here: https://github.com/DavidWells/analytics/blob/master/site/main/package.json#L14
The
netlify deploycommand used to deploy one of my sites has stopped working innetlify-cli@2.48.0The command
netlify deployfails with a "Base directory does not exist" error.Was something changed recently with the
netlify deploycommand?This is the site in question: https://github.com/DavidWells/analytics/tree/master/site/main and the previously working deploy script is here: https://github.com/DavidWells/analytics/blob/master/site/main/package.json#L14