diff --git a/Rakefile b/Rakefile index 613b413056728..7efd99f224e64 100644 --- a/Rakefile +++ b/Rakefile @@ -304,6 +304,7 @@ task :build => [:all, :firefox, :remote, :selenium, :tests] desc 'Clean build artifacts.' task :clean do + rm_rf 'buck-out/' rm_rf 'build/' rm_rf 'java/client/build/' rm_rf 'dist/'