Skip to content

Commit

Permalink
Run yarn:install after installing webpacker in install generator (Alc…
Browse files Browse the repository at this point in the history
…hemyCMS#1850)

Without doing this, the app will not find Alchemy's webpack packs.
  • Loading branch information
mamhoff authored May 26, 2020
1 parent 84ac809 commit 5397826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generators/alchemy/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def install_gutentag_migrations
def run_webpacker_installer
unless options[:skip_webpacker_installer]
rake("webpacker:install", abort_on_failure: true)
rake("yarn:install")
end
end

Expand Down

0 comments on commit 5397826

Please sign in to comment.