run_build
Executes grunt-vb-build for a VBCS web app, streaming live output to server logs. Specify repo and app name to target a specific build, or rely on defaults.
Instructions
Run grunt-vb-build for a VBCS app. Streams output live to server logs as it runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repo checkout to target: absolute path, or a repo name under VBS_WORKSPACE_DIR, or omit to use VBCS_REPO_PATH default. Use list_repos to see what's available on this instance. | |
| appName | No | VBCS web app name (webApps/<name>) within the repo, or omit to use VBCS_APP_NAME default. Use list_apps to see what's available in a repo. |