mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Remove atom-shell during partial-clean task instead of clean task
This commit is contained in:
parent
6d70bf9106
commit
0448ba5ceb
@ -8,9 +8,9 @@ module.exports = (grunt) ->
|
||||
rm '/tmp/atom-coffee-cache'
|
||||
rm '/tmp/atom-cached-atom-shells'
|
||||
rm 'node'
|
||||
rm 'atom-shell'
|
||||
|
||||
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')
|
||||
|
Loading…
Reference in New Issue
Block a user