mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🎨
This commit is contained in:
@@ -4,7 +4,7 @@ const CONFIG = require('../config')
|
||||
|
||||
module.exports = function () {
|
||||
if (fs.existsSync(CONFIG.buildOutputPath)) {
|
||||
console.log(`Cleaning ${CONFIG.buildOutputPath}...`);
|
||||
console.log(`Cleaning ${CONFIG.buildOutputPath}...`)
|
||||
fs.removeSync(CONFIG.buildOutputPath)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user