Skip to content

Instantly share code, notes, and snippets.

@prem-prakash
Last active January 16, 2018 00:44
Show Gist options
  • Save prem-prakash/5a6e7ede2ecbad1d7872fd35da02921f to your computer and use it in GitHub Desktop.
Save prem-prakash/5a6e7ede2ecbad1d7872fd35da02921f to your computer and use it in GitHub Desktop.
original mix.exs
defp aliases do
[
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
"ecto.reset": ["ecto.drop", "ecto.setup"],
"test": ["ecto.create --quiet", "ecto.migrate", "test"]
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment