Skip to content

pnpm workspaces

Package Managers

pnpm workspaces

Excludes vendor from pnpm workspace package discovery.
Detected From
pnpm-workspace.yaml.
Writes
packages entries with !vendor/** when a packages list already exists.
Visibility
Only package discovery is narrowed; vendor source remains in the working tree.

When To Use It

Use this when vendored packages should not become local workspace packages.

Workflow

Run ingraft doctor to inspect the current status, then run ingraft refresh after adding or updating vendored source. Refresh only writes supported files when the tool is actually detected in the repository.