run_build
Execute build commands in a specified directory using package managers like npm, yarn, or pnpm. Simplifies development workflows by automating build processes with error reporting for efficient debugging.
Instructions
Run build command in the current directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | No | Build command to run (e.g., "npm run build", "yarn build") | npm run build |
directory | No | Directory to run the build in (default: current directory) |