npm_run
Run npm scripts defined in package.json, including build, test, and start. Pass optional arguments after '--' for custom execution.
Instructions
Run an npm script defined in package.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional arguments to pass after "--". | |
| script | Yes | The script name (e.g. "build", "test", "start"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||