You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As expected, it creates pnpm-lock.yaml in packages/core.
However, prepublishOnly script is automatically deleted from package.json.
I do not understand why. Is this a bug?
Thank you so much for pnpm.
Additional information:
node -v prints: v16.13.1
Windows, macOS, or Linux?: macOS
The text was updated successfully, but these errors were encountered:
pnpm version: 7.5.1
Code to reproduce the issue:
I am using pnpm within monorepo and
workspace
protocol.When I use
@pnpm/make-dedicated-lockfile
, I faced a problem.Expected behavior:
It creates
pnpm-lock.yaml
in packages/core.Actual behavior:
As expected, it creates
pnpm-lock.yaml
in packages/core.However,
prepublishOnly
script is automatically deleted from package.json.I do not understand why. Is this a bug?
Thank you so much for pnpm.
Additional information:
node -v
prints: v16.13.1The text was updated successfully, but these errors were encountered: