mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove ~/.atom/.node-gyp during clean
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
path = require 'path'
|
||||
|
||||
module.exports = (grunt) ->
|
||||
{rm} = require('./task-helpers')(grunt)
|
||||
|
||||
@@ -9,4 +11,5 @@ module.exports = (grunt) ->
|
||||
|
||||
grunt.registerTask 'clean', 'Delete all the build files', ->
|
||||
rm 'node_modules'
|
||||
rm path.join(process.env.HOME, '.atom', '.node-gyp')
|
||||
grunt.task.run('partial-clean')
|
||||
|
||||
Reference in New Issue
Block a user