Run the project's npm build
run_buildExecute a build script for a specified project, supporting custom arguments and timeout.
Instructions
Runs an existing build script, normally npm run build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| args | No | ||
| script | No | build | |
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No |