danielberkompas / mithril

An Elixir architecture-in-a-box for a backend server. Supports GraphQL, Authority authentication, and more.
MIT License
80 stars 6 forks source link

Update bin/test, bin/update #19

Closed danielberkompas closed 6 years ago

danielberkompas commented 6 years ago

Both these scripts needed small tweaks to do everything they were supposed to do.

I added mix format --check-formatted to bin/test to ensure that the codebase stays well formatted after the initial format.