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

chore(task): safe guard install task #349

Merged
merged 2 commits into from
Feb 12, 2025
Merged

chore(task): safe guard install task #349

merged 2 commits into from
Feb 12, 2025

Conversation

leandrocp
Copy link
Contributor

  • warn when Igniter is not available
  • warn when running in the root of an Umbrella app

- warn when Igniter is not available
- warn when running in the root of an Umbrella app
@leandrocp leandrocp requested a review from APB9785 February 12, 2025 16:31
def igniter(igniter) do
if Mix.Project.umbrella?() do
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This task in particular works just fine in a child app so this check is enough.

@leandrocp leandrocp merged commit 26cd0a8 into main Feb 12, 2025
3 of 4 checks passed
@leandrocp leandrocp deleted the lp-task-install-guard branch February 12, 2025 16:45
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.

2 participants