Skip to content

Commit

Permalink
Add mix reset task.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed Feb 15, 2024
1 parent 67f4cbd commit a4ffe64
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 @@ -62,6 +62,7 @@ defmodule WalEx.MixProject do

defp aliases() do
[
"walex.reset": ["walex.drop", "walex.setup"],
# Run tests and check coverage
test: ["test", "coveralls"],
# Run to check the quality of your code
Expand Down

0 comments on commit a4ffe64

Please sign in to comment.