lib/flame/generators/app.rb in flamerb-0.1.3 vs lib/flame/generators/app.rb in flamerb-0.2.0

- old
+ new

@@ -25,11 +25,12 @@ invoke "flame:cors" invoke "flame:devise" invoke "flame:vite" generate("annotate:install") + template ".rubocop.yml", ".rubocop.yml" + template ".solargraph.yml", ".solargraph.yml" run("bundle exec standardrb --fix-unsafely") - run("bundle exec haml-lint app/views -A -a") rails_command("db:migrate") if yes?("\nDo you want to run migrations? [y/n]") rails_command("db:seed") if yes?("\nDo you want to run seed? [y/n]") welcome_message exit 0