Skip to content

Commit 44f6a6e

Browse files
authored
chore: Add phx_install to list of special cases (#366)
1 parent 5684151 commit 44f6a6e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

lib/igniter/util/info.ex

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ defmodule Igniter.Util.Info do
1414
# I don't have time to fix this right now, nor can I think of a good way to actually
1515
# do it. So for now, this ridiculous hack will have to do :)
1616
@known_only_options [
17-
smokestack: [:test],
18-
mishka_chelekom: [:dev],
19-
mneme: [:dev, :test],
20-
usage_rules: [:dev],
2117
git_ops: [:dev],
2218
live_debugger: [:dev],
23-
tidewave: [:dev]
19+
mishka_chelekom: [:dev],
20+
mneme: [:dev, :test],
21+
phx_install: [:dev],
22+
smokestack: [:test],
23+
tidewave: [:dev],
24+
usage_rules: [:dev]
2425
]
2526

2627
@known_only_keys Keyword.keys(@known_only_options)

0 commit comments

Comments
 (0)