Skip to content

Commit

Permalink
Wrap template generator code in an after_bundle block
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Dec 5, 2023
1 parent 7c1cc18 commit 6d0d647
Showing 1 changed file with 5 additions and 5 deletions.
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 6d0d647

Please sign in to comment.