1
0
Fork 0
my_spells/build/script.clean.js
2017-06-24 14:08:35 -05:00

6 lines
162 B
JavaScript

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