Skip to content

Commit

Permalink
Don't install dependencies when not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Mar 29, 2020
1 parent dde9c7c commit b565b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -e
set -x

bundle install
bundle check || bundle install
yarn install

0 comments on commit b565b34

Please sign in to comment.