## build()


Build the project for the specified target.


Usage


``` python
build(target="all")
```


## Parameters


`target: str = ``"all"`  
The build target, by default "all".


## Returns


`dict`  
A dictionary containing the build status and artifacts.


## Examples

``` python
>>> build("docs")
```

{'status': 'success', 'target': 'docs'}
