Skip to content

Commit c355ce6

Browse files
committed
check outdated dependencies last so that can be done separately
1 parent a53f0ea commit c355ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ check: _build/dev _build/test
1515
mix test
1616
mix credo --strict
1717
mix deps.unlock --check-unused
18-
mix hex.outdated
1918
mix dialyzer
2019
mix format
2120
mix docs
21+
mix hex.outdated
2222
@echo "OK"
2323

2424
mix.lock deps: mix.exs

0 commit comments

Comments
 (0)