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
My editor is complaining at me as I try to follow the documentation to build multiple Docker images in a monorepository. The documentation states I should define the following in my pnpm-workspace.yaml:
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.
Uh oh!
There was an error while loading. Please reload this page.
-
My editor is complaining at me as I try to follow the documentation to build multiple Docker images in a monorepository. The documentation states I should define the following in my
pnpm-workspace.yaml
:It states that

syncInjectedDepsAfterScripts
should be a boolean type, which agrees with the schema defined hereHowever, this disagrees with the documentation I linked above, as well as the settings documentation

It looks like the documentation change was introduced here: https://github.com/pnpm/pnpm.io/pull/646/files
What is the correct implementation, and how can we bring either the documentation or schema in alignment with the real functionality of the setting?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions