Skip to content

Commit

Permalink
chore: rake clobber should remove the .bundle directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Oct 17, 2024
1 parent 217765e commit cf1ab4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ end

CLOBBER << 'package-lock.json'
CLOBBER << 'node_modules'
CLOBBER << '.bundle'

0 comments on commit cf1ab4f

Please sign in to comment.