Files
pnpm/lockfile/make-dedicated-lockfile/README.md
Zoltan Kochan 086c5e91e8 docs: fix package names in README files (#11409)
* docs: fix package names in README files

* docs: update links to point to npmx.dev
2026-04-30 18:59:49 +02:00

29 lines
820 B
Markdown

# @pnpm/lockfile.make-dedicated-lockfile
> Creates a dedicated lockfile for a subset of workspace projects
[![npm version](https://img.shields.io/npm/v/@pnpm/lockfile.make-dedicated-lockfile.svg)](https://npmx.dev/package/@pnpm/lockfile.make-dedicated-lockfile)
**This package is deprecated. Please use the [pnpm deploy] command instead.**
[pnpm deploy]: https://pnpm.io/cli/deploy
## Installation
```sh
pnpm add @pnpm/lockfile.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