Skip to content

Commit

Permalink
run credo in test env by default
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Mar 26, 2024
1 parent 7702037 commit 50eef22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ defmodule Veloroute.MixProject do
preferred_cli_env: [
test: :test,
dialyzer: :test,
credo: :test,
"velo.assets.prepare": :test
],
aliases: aliases()
Expand Down

0 comments on commit 50eef22

Please sign in to comment.