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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering why, using the
publishConfig.directory
, we must create a manualpackage.json
as per the docs?When not using it, pnpm seem to be able to generate the correct
package.json
file from the@pnpm/exportable-manifest
package.Is there a technical reason to not re-use that code to generate the
package.json
, even when usingpublishConfig.directory
?This would help in keeping in sync both versions when publishing.
pnpm/pkg-manifest/exportable-manifest/src/overridePublishConfig.ts
Lines 29 to 43 in d5c40b5
Beta Was this translation helpful? Give feedback.
All reactions