Task
A task a piece of work with dependencies, that requires input files and generates output files.
tasks:
example:
cmds:
- echo "minimal example"Source
tasks:
build:
description: "run typescript build"
src:
- tsconfig.json
- src
cmds:
- tscGenerate
Last updated