From a2c735b4f0c95c760127122e57e43c9fe8157f7f Mon Sep 17 00:00:00 2001 From: Ross Brandes Date: Fri, 20 Sep 2024 23:26:19 -0400 Subject: [PATCH] Don't install example dependencies until we need to This prevents us from installing gems in the example app that aren't needed by a different gemfile. --- script/test | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/test b/script/test index 5afae0a..a5abf23 100755 --- a/script/test +++ b/script/test @@ -6,10 +6,6 @@ set -x echo "---> Installing dependencies" bundle -cd example -bundle -yarn -cd .. echo "---> Running tests" bundle exec rake