Should also clean atom-shell.

This commit is contained in:
Cheng Zhao
2013-07-04 07:22:15 +08:00
parent 59097ddf96
commit a8e7a9a091

View File

@@ -11,5 +11,6 @@ module.exports = (grunt) ->
grunt.registerTask 'clean', 'Delete all the build files', ->
rm 'node_modules'
rm 'atom-shell'
rm path.join(process.env.HOME, '.atom', '.node-gyp')
grunt.task.run('partial-clean')