run_script
Execute Node.js development scripts like test or lint in your workspace, with Git commit tracking for version control.
Instructions
Run a script in the workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentWorkingDirectory | Yes | ||
| script | Yes | Script name to run (e.g. test, lint) | |
| commitMessage | Yes | Commit message for git |