Back to Pnpm Io

ScriptShell

docs/settings/_scriptShell.mdx

latest247 B
Original Source

scriptShell

  • Default: null
  • Type: path

The shell to use for scripts run with the pnpm run command.

For instance, to force usage of Git Bash on Windows:

pnpm config set scriptShell "C:\\Program Files\\git\\bin\\bash.exe"