Files
pnpm/packages/make-dedicated-lockfile
2022-06-30 11:57:34 +03:00
..
2022-06-28 15:33:17 +03:00
2022-06-27 19:58:29 +03:00
2022-06-30 11:57:34 +03:00
2020-12-10 03:39:38 +02:00
2022-06-30 11:57:34 +03:00
2021-12-31 16:59:58 +02:00

@pnpm/make-dedicated-lockfile

Creates a dedicated lockfile for a subset of workspace projects

npm version

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