Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] Use the configured "Output Directory" from project's settings in vc dev #4715

Merged
merged 3 commits into from
Jun 26, 2020

Conversation

TooTallNate
Copy link
Member

@TooTallNate TooTallNate commented Jun 24, 2020

Previously, when a project has a specific "Output Directory" configured in the project settings page, it was not being correctly considered when using vercel dev.

The main fix here is passing in the full project settings object (including the outputDirectory) to the detectBuilders() function.

Also cleaned up a few types and updated the error message that was previously being rendered to use a short link.

…n `vc dev`

Previously, when a project has a specific "Output Directory" configured
in the project settings page, it was not being correctly considered when
using `vercel dev`.

The main fix here is passing in the full project settings object
(including the `outputDirectory`) to the `detectBuilders()` function.

Also cleaned up a few types and updated the error message that was
previously being rendered to use a short link.
@TooTallNate TooTallNate marked this pull request as ready for review June 26, 2020 01:00
@TooTallNate TooTallNate added automerge triaged: bug Issue or PR has been reviewed by a maintainer and work is being tracked area: cli area: dev labels Jun 26, 2020
@TooTallNate TooTallNate requested a review from styfle June 26, 2020 17:01
@TooTallNate TooTallNate merged commit 65d6c5e into master Jun 26, 2020
@TooTallNate TooTallNate deleted the fix/vc-dev-other-output-directory branch June 26, 2020 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: cli area: dev triaged: bug Issue or PR has been reviewed by a maintainer and work is being tracked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants