Overview Version History Q & A Rating & Review
Turborepo quick build
Run npm run build in the package that owns the current file, or run Turbo against that package’s dependencies only , from the Explorer or editor context menu—handy in a Turborepo monorepo.
Source: github.com/rharkor/mono-build (main)
Features
Build package (npm run build) — Resolves the nearest package.json with a name above the file, then runs npm run build in that folder.
Build this package’s dependencies (turbo build) — From the monorepo root (where turbo.json is), runs:
After the command finishes, the integrated terminal prompts you to press Enter (or a key, on Windows) before the shell exits.
Requirements
A workspace file inside a package that has a package.json with a name field.
For the Turbo action: a turbo.json in a parent directory (monorepo root).
Development
Open this folder in VS Code or Cursor .
npm install and npm run compile.
Run and Debug → Run Extension (or F5) to start the Extension Development Host.
License
MIT