Skip to content

Commit

Permalink
Force bin/dev overwrite to deal with new default bin/dev file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedalbert committed Jul 30, 2024
1 parent d227ae6 commit 37ac9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/dartsass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
end

say "Add bin/dev to start foreman"
copy_file "#{__dir__}/dev", "bin/dev"
copy_file "#{__dir__}/dev", "bin/dev", force: true
chmod "bin/dev", 0755, verbose: false

say "Compile initial Dart Sass build"
Expand Down

0 comments on commit 37ac9e5

Please sign in to comment.