mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 04:52:04 -04:00
* feat: use yarn-like output for script execution Print `$ command` instead of `> pkg@version stage path\n> command`. Show project name and path only when running in a different directory. * fix: sort chalk dependency after @pnpm packages * refactor: remove project info line from run output * chore: add changeset * refactor: print script command line to stderr The `$ command` line is metadata, not program output. Printing it to stderr keeps stdout clean for piping, matching bun's behavior. * chore: update changeset to major