Skip to content

Commit

Permalink
Remote brew and mint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrl committed Nov 21, 2024
1 parent a48f3b6 commit f843b39
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@
task default: %w[setup]

task(:setup) do
raise '`brew` is required. Please install brew. https://brew.sh/' unless system('which brew')

puts('➡️ Bundle')
sh('bundle install')

puts('➡️ Overcommit')
sh('bundle exec overcommit --install')
sh('bundle exec overcommit --sign')
sh('bundle exec overcommit --sign pre-commit')

puts('➡️ Brew 🍺')
sh('brew update')
sh('brew outdated mint || brew upgrade mint')

puts('➡️ Mint 🍃')
sh('mint bootstrap')
end

task(:tests) do
Expand Down

0 comments on commit f843b39

Please sign in to comment.