Files
Zoltan Kochan 421ceac0b3 chore: compile pnpm CLI bundle before tests that use it (#11059)
Packages whose tests spawn the local pnpm CLI (pnpm/bin/pnpm.mjs) need
the bundle (pnpm/dist/pnpm.mjs) to exist. Add `pnpm --filter pnpm run
compile` to their test scripts so the bundle is built before tests run.
2026-03-22 10:56:36 +01:00
..

@pnpm/make-dedicated-lockfile

Creates a dedicated lockfile for a subset of workspace projects

npm version

This package is deprecated. Please use the pnpm deploy command instead.

Installation

pnpm add @pnpm/make-dedicated-lockfile

Usage

Open the directory of the workspace project that you want to create a dedicated lockfile for.

Run make-dedicated-lockfile in the terminal.

A new lockfile will be generated, using dependencies from the shared workspace lockfile but only those that are related to the project in the current working directory or subdirectories.

License

MIT