Skip to content

Commit

Permalink
Force bin/dev overwrite to deal with new default bin/dev file (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedalbert authored Jul 30, 2024
1 parent 31ee0f7 commit c0e1e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/tailwindcss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 Tailwind build"
Expand Down

0 comments on commit c0e1e52

Please sign in to comment.