Skip to content

Commit ca3544f

Browse files
committed
update Rakefile for last two changes
1 parent 9f210b5 commit ca3544f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ task :test_setup do
8888
Dir.chdir('./test/dummy_sprockets') do
8989
`yarn install`
9090
end
91-
Dir.chdir('./test/dummy_webpacker3') do
91+
Dir.chdir('./test/dummy_webpacker4') do
92+
`yarn install`
93+
end
94+
Dir.chdir('./test/dummy_shakapacker3') do
9295
`yarn install`
9396
end
9497
end

0 commit comments

Comments
 (0)