mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Clear electron-link's snapshot cache in script/clean
This commit is contained in:
parent
d82c3979ac
commit
e7c6a8f085
@ -14,6 +14,7 @@ module.exports = function () {
|
||||
path.join(CONFIG.atomHomeDirPath, '.apm'),
|
||||
path.join(CONFIG.atomHomeDirPath, '.npm'),
|
||||
path.join(CONFIG.atomHomeDirPath, 'compile-cache'),
|
||||
path.join(CONFIG.atomHomeDirPath, 'snapshot-cache'),
|
||||
path.join(CONFIG.atomHomeDirPath, 'atom-shell'),
|
||||
path.join(CONFIG.atomHomeDirPath, 'electron'),
|
||||
path.join(os.tmpdir(), 'atom-build'),
|
||||
|
Loading…
Reference in New Issue
Block a user