Skip to content

Commit

Permalink
Fix sass version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Oct 7, 2024
1 parent e10c1b2 commit 006c56e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 006c56e

Please sign in to comment.