@billogram/task-filter-dist
Tasks for removing unwanted files from the dist folder
Install
yarn add @billogram/task-filter-dist
Usage
Add the task to a task runner.
import taskFilterDist from '@billogram/task-task-filter-dist';
import TaskRunner from '@billogram/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('filter-dist', taskFilterDist());
This will add the filter dist task to the build scripts.
> build-scripts filter-dist
Note
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