Skip to content

Commit

Permalink
Add hex (#37)
Browse files Browse the repository at this point in the history
* Add hex docs

* Add hex config
Brujo Benavides authored Jan 28, 2022
1 parent 5dfbe2d commit e287a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -47,3 +47,5 @@
[{test, [compile, format, lint, hank, dialyzer, {ct, "--verbose"}, cover, edoc]}]}.

{format, [{files, ["src/**/*.app.src", "src/**/*.erl", "test/**/*.erl", "*.config"]}]}.

{hex, [{doc, #{provider => edoc}}, {repos, [#{name => <<"hexpm:nextroll">>}]}]}.

0 comments on commit e287a12

Please sign in to comment.