Skip to content

Commit

Permalink
Update hex.sh to publish package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko committed Aug 4, 2019
1 parent 7544851 commit 9765274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Crawly.Mixfile do
def project do
[
app: :crawly,
version: "0.1.2",
version: "0.2.0",
name: "Crawly",
source_url: "https://github.com/oltarasenko/crawly",
elixir: "~> 1.7",
Expand Down
3 changes: 2 additions & 1 deletion scripts/hex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo '{api_key, <<"'${API_KEY}'">>}.' > ~/.hex/hex.config

MIX_ENV=dev mix deps.get

MIX_ENV=dev mix hex.publish --yes
MIX_ENV=dev mix hex.publish package --yes
MIX_ENV=dev mix hex.publish docs --yes
MIX_ENV=dev mix clean
MIX_ENV=dev mix deps.clean --all

0 comments on commit 9765274

Please sign in to comment.