1
0
Fork 0
my_spells/build/script.clean.js
2017-08-12 19:35:34 -05:00

6 lines
166 B
JavaScript

var
shell = require('shelljs'),
path = require('path')
shell.rm('-rf', path.resolve(__dirname, '../dist ../src/tmp'))
console.log(' Cleaned build artifacts.\n')