1.0.10 • Published 7 years ago
@coderesque/task-clean v1.0.10
@coderesque/task-clean
Task for cleaning the dist folder
Install
yarn add --exact @coderesque/task-cleanUsage
Add the task to a task runner.
import taskClean from '@coderesque/task-clean';
import TaskRunner from '@coderesque/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('clean', taskClean());This will add the clean task to the build scripts.
> build-scripts cleanNote
This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.
License
MIT