Skip to content

Commit

Permalink
Force install patched babel config from alchemy
Browse files Browse the repository at this point in the history
Latest babel has the modules included and
webpacker has an old installer still adding
these files.
  • Loading branch information
tvdeyen committed Jul 5, 2023
1 parent 68539ee commit f669274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace :alchemy do
<<~SETUP
bin/rake railties:install:migrations
bin/rake db:drop db:create db:migrate
bin/rails g alchemy:install --force --auto-accept
bin/rails g alchemy:install --force --auto-accept --force-babel-config
bin/rails g alchemy:devise:install --force
SETUP
)
Expand Down

0 comments on commit f669274

Please sign in to comment.