Run rake clean prior to running rake install

This commit is contained in:
Nathan Sobo 2013-02-07 12:09:23 -07:00
parent 1cd1e887d5
commit 9973fb14e8

View File

@ -25,7 +25,7 @@ task "bootstrap" do
end
desc "Creates symlink from `application_path() to /Applications/Atom and creates `atom` cli app"
task :install => :build do
task :install => [:clean, :build] do
path = application_path()
exit 1 if not path