1
0
Fork 0
my_spells/build/script.clean.js
2017-05-07 11:49:12 -04:00

6 lines
155 B
JavaScript

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