build
ℹ️
This command is fully cacheable.
Build project.
@cargo build {
profile = "release"
args = "--keep-going"
}
Argument Reference
The following arguments are supported:
profile
- (Optional) Profile to use to build project. Default isdev
.args
- (Optional) Arguments for command.
Last updated on