run_build
Detect and execute the appropriate build command for your repository (Maven, Gradle, npm, cargo, etc.). Returns exit code and full output, preserving error lines even for long logs.
Instructions
Build the project using the build command detected from the repository (Maven, Gradle, npm/pnpm/yarn script, cargo, go, dotnet, make…). Returns exit code and output with error lines preserved even when the log is long.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory (module) to run in. Defaults to the detected location. | |
| target | No | Optional extra arguments appended to the command. | |
| command | No | Override the detected build command. | |
| workspace | No | Workspace alias. Defaults to the active workspace. | |
| timeout_seconds | No | Per-run timeout. Defaults to the bridge configuration. |