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
```
The directory attribute can be used to define a file path in which the task should run.
Do this by adding a dir: or directory: between the task name and the script.
## Tasks
### Build
directory: ./src
```
sh build.sh
```