You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Choosing n on the igniter.install task returns "Successfully installed" even though the task was not performed (mix.exs didn't change as expected)
❯ mix igniter.install phoenix_test
compile ✔
Update: mix.exs
...|
33 33 | defp deps do
34 34 | [
35 + | {:phoenix_test, "~> 0.5"},
35 36 | {:igniter, "~> 0.5"},
36 37 | {:phoenix, "~> 1.7.18"},
...|
These dependencies should be installed before continuing. Modify mix.exs and install? [y/n] n
Successfully installed:
* phoenix_test
It's a minor issue but I can take a look on this one soon
The text was updated successfully, but these errors were encountered:
Describe the bug
Choosing
n
on theigniter.install
task returns "Successfully installed" even though the task was not performed (mix.exs didn't change as expected)It's a minor issue but I can take a look on this one soon
The text was updated successfully, but these errors were encountered: