Example:
- cmd: yarn install
input:
- package.json
- yarn.lock
output: node_modules
- cmd: yarn run production
input:
- package.json
- resources/assets
output:
- public
Proposed solution:
- Introduce new "dependencies" field where one could define either depended-on files, or commands.