Skip to content

Commit

Permalink
Fix ex_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Aug 2, 2024
1 parent 5455ceb commit 92b48e6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ defmodule Beacon.MixProject do
description: """
Open-source Content Management System (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages.
""",
preferred_cli_env: [
docs: :docs
],
package: package(),
deps: deps(),
aliases: aliases(),
Expand Down Expand Up @@ -86,10 +83,10 @@ defmodule Beacon.MixProject do
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:phoenix_view, "~> 2.0", only: [:dev, :test]},
{:plug_cowboy, "~> 2.6", only: [:dev, :test]},
{:ex_doc, "~> 0.29", only: :dev, runtime: false},
{:esbuild, "~> 0.5", only: :dev},
{:phoenix_live_reload, "~> 1.3", only: :dev},
{:bypass, "~> 2.1", only: :test},
{:ex_doc, "~> 0.29", only: :docs}
{:bypass, "~> 2.1", only: :test}
]
end

Expand Down

0 comments on commit 92b48e6

Please sign in to comment.