mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Should also clean atom-shell.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user