main
main v0.8.0 v0.7.0 v0.6.0 v0.5.0 v0.4.1 v0.4.0

Directory

[edit]

Task Directory

The directory attribute can be used to define a file path in which the task should run.

Syntax

Do this by adding a dir: or directory: between the task name and the script.

## Tasks
### Build
directory: ./src
```
sh build.sh
```