Skip to content

Commit

Permalink
Remove the app generator cache while clobbering
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 6, 2023
1 parent 615552d commit e883f15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ task :default do
sh 'bin/rspec'
end
end

require 'rake/clean'
CLOBBER.include('tmp/cache/rails-new')
CLOBBER.include('dummy-app')

0 comments on commit e883f15

Please sign in to comment.