Skip to content

Commit 4319e38

Browse files
committed
Remove redundant docs alias from mix.exs; streamline project aliases for clarity
1 parent 773d889 commit 4319e38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mix.exs

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ defmodule LLMAgent.MixProject do
4343
defp aliases do
4444
[
4545
test: ["test"],
46-
lint: ["format", "credo --strict"],
47-
docs: ["docs"]
46+
lint: ["format", "credo --strict"]
4847
]
4948
end
5049

0 commit comments

Comments
 (0)