Back to Pnpm Io

pnpm exec

versioned_docs_archived/version-2.x/cli/exec.md

latest480 B
Original Source

Shorthand form of pnpm -r exec.

See the [-r exec] documentation for more information.

Options

--parallel

Disregards concurrency and topological sorting configuration entirely and runs the command immediately in all matching packages, with prefixed streaming output.

This is the preferred option for processes that take a long time to run. For example, running a build process with the watch flag over a large number of packages.