The idea is to provide a minimum viable plugin for orchestrating yarn.
Yarn should already be installed and available on the command line.
The following scripts should be defined in your package.json
:
clean
- links to theclean
taskbuild:prod
- links to theassemble
tasklint
- links to thecheck
tasktest
- links to thecheck
task
Below is a visualisation of the tasks that the plugin creates and hooks in to: