What is the problem this feature would solve?
Bun Workspaces currently incompatible with installing and running package-scoped commands using the pnpm pnpm-workspace.yaml configuration file
This is a subset of the feature requests at:
What is the feature you are proposing to solve the problem?
Parsing of the pnpm pnpm-workspace.yaml configuration file for workspaces for Bun Workspaces
What alternatives have you considered?
pnpm could support workspaces in package.json.
However, according to discussion and pnpm team feedback in the PR and issue below, it appears that this will probably not happen:
What is the problem this feature would solve?
Bun Workspaces currently incompatible with installing and running package-scoped commands using the pnpm
pnpm-workspace.yamlconfiguration fileThis is a subset of the feature requests at:
What is the feature you are proposing to solve the problem?
Parsing of the pnpm
pnpm-workspace.yamlconfiguration file for workspaces for Bun WorkspacesWhat alternatives have you considered?
pnpm could support
workspacesinpackage.json.However, according to discussion and pnpm team feedback in the PR and issue below, it appears that this will probably not happen:
workspacesfield inpackage.jsonpnpm/pnpm#6881 (comment)