pub async fn execute_build( config: Config, file: Option<PathBuf>, path: Option<PathBuf>, global: Option<String>, clean: bool, no_update_check: bool, ) -> Result<()>