mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-02 22:42:26 -04:00
* fix(deploy): omit inject workspace packages setting in deploy lockfiles When the deploy command creates a new lockfile, create the deployment lockfile without the setting to inject workspace packages, because it has already been applied when creating the lockfile and the deployment is not, itself, a workspace. * docs: add changesets --------- Co-authored-by: Zoltan Kochan <z@kochan.io>