Skip to content

Commit

Permalink
build: move deps for docs back to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Feb 6, 2024
1 parent fcfea67 commit 21c2cf3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ defmodule Mneme.MixProject do
{:excoveralls, "~> 0.18", only: :test},

# Docs
{:ex_doc, ">= 0.0.0", only: :docs, runtime: false},
{:makeup_json, ">= 0.0.0", only: :docs, runtime: false}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:makeup_json, ">= 0.0.0", only: :dev, runtime: false}
]
end

Expand Down Expand Up @@ -82,8 +82,7 @@ defmodule Mneme.MixProject do
[
coveralls: :test,
"coveralls.html": :test,
"test.mneme_not_started": :test,
docs: :docs
"test.mneme_not_started": :test
]
end

Expand Down

0 comments on commit 21c2cf3

Please sign in to comment.