mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Clean atom-shell caches in 'rake clean'.
This commit is contained in:
6
Rakefile
6
Rakefile
@@ -73,15 +73,11 @@ task :clean do
|
||||
`rm -rf #{application_path()}`
|
||||
`rm -rf #{BUILD_DIR}`
|
||||
`rm -rf /tmp/atom-coffee-cache`
|
||||
`rm -rf /tmp/atom-cached-atom-shells`
|
||||
`rm -rf node_modules`
|
||||
`rm -rf atom-shell`
|
||||
end
|
||||
|
||||
desc "Delete cached atom-shells"
|
||||
task "clean-atom-shell-cache" do
|
||||
`rm -rf /tmp/atom-cached-atom-shells`
|
||||
end
|
||||
|
||||
desc "Run the specs"
|
||||
task :test => ["clone-default-bundles", "build"] do
|
||||
`pkill Atom`
|
||||
|
||||
Reference in New Issue
Block a user