Skip to content

Commit

Permalink
Only install dev & test deps when contributing
Browse files Browse the repository at this point in the history
`mix deps.get` requires access to oban repository which is not available
to contributors. This updates the contributing docs to reflect that.

Closes #494

Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard committed Dec 29, 2023
1 parent aade90a commit 43c2aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ createdb changelog_test --username=postgres

# 💜 CONFIGURE APP 💜
# Install deps
mix deps.get
mix deps.get --only dev
mix deps.get --only test
# Prepare dev database
mix ecto.setup

Expand Down

0 comments on commit 43c2aeb

Please sign in to comment.