remove
which will not keep the
directory.
await emptyDir(filepath)
// .
// └── project
// ├── dist
// │ ├── image.png
// │ └── index.html
// └── package.json
await emptyDir('./project/dist');
// .
// └── project
// ├── dist
// └── package.json