Skip to content

Commit

Permalink
Don't install example dependencies until we need to
Browse files Browse the repository at this point in the history
This prevents us from installing gems in the example app that aren't
needed by a different gemfile.
  • Loading branch information
rosston committed Sep 25, 2024
1 parent 497d90d commit 312bc92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ set -x

echo "---> Installing dependencies"
bundle
cd example
bundle
yarn
cd ..

echo "---> Running tests"
bundle exec rake
Expand Down

0 comments on commit 312bc92

Please sign in to comment.