diff --git a/Rakefile b/Rakefile index 87634b3..5624da9 100644 --- a/Rakefile +++ b/Rakefile @@ -6,10 +6,6 @@ def install_module(path) Dir.chdir(path) do system("bundle exec rake decidim_locations:install:migrations") system("bundle exec rake db:migrate") - - # Temporary fix to overcome the issue with sass-embedded, see: - # https://github.com/decidim/decidim/pull/11074 - system("npm i sass-embedded@~1.62.0") end end