Skip to content

Commit 604370f

Browse files
Judahmeekjustin808
authored andcommitted
make sure generate_packs runs
1 parent 2659bfd commit 604370f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rakelib/shakapacker_examples.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ namespace :shakapacker_examples do # rubocop:disable Metrics/BlockLength
4242
end
4343
sh_in_dir(example_type.dir, generator_commands)
4444
sh_in_dir(example_type.dir, "npm install")
45+
sh_in_dir(example_type.dir, "bin/rake react_on_rails:generate_packs")
4546
end
4647
end
4748

0 commit comments

Comments
 (0)