Skip to content

v6.32.13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 23:43
· 1769 commits to main since this release
6a967b3

Patch Changes

  • pnpm setup should update the config of the current shell, not the preferred shell.
  • pnpm dlx should work with git-hosted packages. For example: pnpm dlx gengjiawen/envinfo #4714.
  • pnpm setup should not override the PNPM_HOME env variable on Windows, unless --force is used.
  • All arguments after pnpm create <pkg> should be passed to the executed create app package. So pnpm create next-app --typescript should work`.
  • pnpm run --stream should prefix the output with directory #4702

Full Changelog: v6.32.12...v6.32.13