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] Fixes for the vc dev Runtime installation logic #4421

Merged
merged 2 commits into from May 19, 2020

Conversation

TooTallNate
Copy link
Member

@TooTallNate TooTallNate commented May 19, 2020

  • Removes the get-bundled-builders.ts file, which is no longer relevant, and was causing a false-positive for @now/build-utils.
  • Makes the installing of @vercel/build-utils and @now/build-utils only happen if there is another Runtime to install.
  • @vercel/build-utils and @now/build-utils will now be properly checked for updates (but again, only if there is another Runtime to update).

 * Removes the `get-bundled-builders.ts` file, which is no longer relevant,
   and was causing a false-positive for `@now/build-utils`.
 * Makes the installing of `@vercel/build-utils` and `@now/build-utils`
   only happen if there is another Runtime to install.
 * `@vercel/build-utils` and `@now/build-utils` will now be properly
   checked for updates (but again, only if there is another Runtime to
   update).
@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 May 19, 2020
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