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

Easier to maintain one or many old lockfiles with blend #3

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

tiagoefmoraes
Copy link
Member

@tiagoefmoraes tiagoefmoraes commented Sep 14, 2024

Use blend to manage multiple mix.lock files.

See: surface-ui/surface#744 and surface-ui/surface_catalogue#58

Use the BLEND environment variable to use blends lockfiles.

$ mix blend.list
local
github
phoenix_live_view_0_19_0

$ BLEND=phoenix_live_view_0_19_0 mix deps.get
$ BLEND=phoenix_live_view_0_19_0 mix test

@tiagoefmoraes tiagoefmoraes self-assigned this Sep 14, 2024
@tiagoefmoraes tiagoefmoraes merged commit 7aade00 into main Sep 14, 2024
5 checks passed
@tiagoefmoraes tiagoefmoraes deleted the blend branch September 14, 2024 16:25
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.

1 participant