This commit is contained in:
Antonio Scandurra
2016-08-02 15:30:35 +02:00
parent 748e61c88f
commit c4e06d9411

View File

@@ -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)
}
}