Skip to content

Commit a2c735b

Browse files
committed
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.
1 parent 3b9bfca commit a2c735b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

script/test

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ set -x
66

77
echo "---> Installing dependencies"
88
bundle
9-
cd example
10-
bundle
11-
yarn
12-
cd ..
139

1410
echo "---> Running tests"
1511
bundle exec rake

0 commit comments

Comments
 (0)