pub async fn build(
manifest_file: &Path,
profile: Option<&str>,
component_ids: &[String],
target_checks: TargetChecking,
cache_root: Option<PathBuf>,
) -> Result<()>Expand description
If present, run the build command of each component.