Skip to content

Commit

Permalink
Work around some work in publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 13, 2021
1 parent 76854f9 commit 05a4bff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ README.md: doc
@rm "README.md_"

publish: $(REBAR3)
@$(REBAR3) as publishing hex publish
@$(REBAR3) as publishing hex docs
@$(REBAR3) hex publish
10 changes: 4 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,17 @@
deprecated_functions
]}.

{project_plugins,
[{rebar3_hex, "6.10.3"}
]}.

{profiles,
[{development,
[{erl_opts,
[nowarn_missing_spec,
nowarnings_as_errors]}
]},

{publishing,
[{plugins,
[{rebar3_hex, "6.10.3"}
]}
]},

{test,
[{erl_opts,
[debug_info,
Expand Down

0 comments on commit 05a4bff

Please sign in to comment.