Skip to content

Commit

Permalink
Merge pull request #1437 from projectblacklight/template
Browse files Browse the repository at this point in the history
Fix template with generator
  • Loading branch information
randalldfloyd authored Dec 5, 2023
2 parents 7c1cc18 + d7bbeb6 commit 965a77f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/generators/arclight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def include_arclight_solrdocument
def install_blacklight_locale_picker
gem 'blacklight-locale_picker'

Bundler.with_clean_env do
Bundler.with_unbundled_env do
run 'bundle install'
end

Expand Down
10 changes: 5 additions & 5 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

gem 'arclight'

run 'bundle install'
after_bundle do
generate 'blacklight:install', '--devise'
generate 'arclight:install', '-f'

generate 'blacklight:install', '--devise'
generate 'arclight:install', '-f'

rake 'db:migrate'
rake 'db:migrate'
end

0 comments on commit 965a77f

Please sign in to comment.