Remove deletion of node directory

This directory is no longer at the root of the repo
This commit is contained in:
Kevin Sawicki 2013-09-01 18:03:28 -07:00
parent 6730b19e00
commit 1512029864

View File

@ -7,7 +7,6 @@ module.exports = (grunt) ->
rm grunt.config.get('atom.buildDir')
rm '/tmp/atom-coffee-cache'
rm '/tmp/atom-cached-atom-shells'
rm 'node'
rm 'atom-shell'
grunt.registerTask 'clean', 'Delete all the build files', ->