Creates a dedicated lockfile for a subset of workspace projects
This package is deprecated. Please use the pnpm deploy command instead.
pnpm add @pnpm/make-dedicated-lockfile
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.
MIT