Skip to content

Commit 0ac9f59

Browse files
committed
'go clean' should delete buck-out
1 parent af16372 commit 0ac9f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ task :build => [:all, :firefox, :remote, :selenium, :tests]
304304

305305
desc 'Clean build artifacts.'
306306
task :clean do
307+
rm_rf 'buck-out/'
307308
rm_rf 'build/'
308309
rm_rf 'java/client/build/'
309310
rm_rf 'dist/'

0 commit comments

Comments
 (0)