Änderungen admin
This commit is contained in:
7
test/node_modules/startbootstrap-sb-admin/scripts/clean.js
generated
vendored
Normal file
7
test/node_modules/startbootstrap-sb-admin/scripts/clean.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
const sh = require('shelljs');
|
||||
const upath = require('upath');
|
||||
|
||||
const destPath = upath.resolve(upath.dirname(__filename), '../dist');
|
||||
|
||||
sh.rm('-rf', `${destPath}/*`)
|
||||
|
Reference in New Issue
Block a user