Skip to content

Commit

Permalink
Remove copy babel.config.json from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Feb 11, 2025
1 parent e63f2c3 commit 02a4b0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
require "decidim/dev/common_rake"

def install_module(path)
# The Vocdoni SDK needs custom babel plugins not included in the default Decidim version of this file
FileUtils.cp("babel.config.json", "#{path}/babel.config.json")
Dir.chdir(path) do
system("bin/rails decidim_vocdoni:install:migrations")
system("bin/rails db:migrate")
Expand Down

0 comments on commit 02a4b0e

Please sign in to comment.