UNPKG

startbootstrap-sb-admin

Version:

A free admin dashboard template based on Bootstrap 4, created by Start Bootstrap.

8 lines (4 loc) 166 B
const sh = require('shelljs'); const upath = require('upath'); const destPath = upath.resolve(upath.dirname(__filename), '../dist'); sh.rm('-rf', `${destPath}/*`)