Skip to content

Conversation

@Blasz
Copy link
Collaborator

@Blasz Blasz commented Sep 23, 2019

Fixes #170

Previously running bolt add would not do anything if the package
already existed in the project, behaving differently from yarn add.
Now bolt add will always rerun yarn add when run in the project
context.
Running the command from a workspace will continue to not reinstall the
package if it already exists in the project as the package would simply
be linked from the project.

Previously running `bolt add` would not do anything if the package
already existed in the project, behaving differently from `yarn add`.
Now `bolt add` will always rerun `yarn add` when run in the project
context.
Running the command from a workspace will continue to not reinstall the
package if it already exists in the project as the package would simply
be linked from the project.
@lukebatchelor
Copy link
Member

Sweet, LGTM

@lukebatchelor lukebatchelor merged commit c73f720 into boltpkg:master Sep 24, 2019
@lukebatchelor
Copy link
Member

Released in 0.24.2 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bolt add does not upgrade existing packages

3 participants