Skip to content

Commit

Permalink
'go clean' should delete buck-out
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 25, 2016
1 parent af16372 commit 0ac9f59
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 @@ -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/'
Expand Down

0 comments on commit 0ac9f59

Please sign in to comment.