bun-run
Verified for current stable LTS
Bun Run Command: Run Script From Package Json
Use for run script from package json with Bun Run. Exact CLI syntax to run script from package json using Bun Run.
When to use this: Use for run script from package json with Bun Run.
Command Syntax
bun run <script_name> bun run <script_name> Command Breakdown
bun is the base executable for this command.
FAQ
Purpose: Exact syntax to run script from package json using Bun Run.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Bun Run Command: Run File In Watch Mode
bun run --watch <path/to/file.ts> Bun Run Command: Run File With Specific Configuration bun run -c <path/to/bunfig.toml> <path/to/file.ts> Bun Run Command: Run Javascript Typescript File Directly bun run <path/to/file.ts> Bun Run Command: Run Js Ts File Directly bun run <path/to/file.ts> Bun Run Command: Run Script Definied In Package Json bun run <script_name>