Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jan 10, 2025
1 parent dbf3602 commit 91a210d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ defmodule Req.MixProject do
aliases: [
"test.all": ["test --include integration"]
],
preferred_cli_env: [
"test.all": :test,
docs: :docs,
"hex.publish": :docs
],
xref: [
exclude: [
NimbleCSV.RFC4180,
Expand All @@ -40,6 +35,16 @@ defmodule Req.MixProject do
]
end

def cli do
[
preferred_envs: [
"test.all": :test,
docs: :docs,
"hex.publish": :docs
]
]
end

defp package do
[
description: "Req is a batteries-included HTTP client for Elixir.",
Expand Down

0 comments on commit 91a210d

Please sign in to comment.