Skip to content

Commit

Permalink
refactor(changeset): add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Feb 13, 2022
1 parent 0f3dd17 commit ff53e94
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .changeset/slow-shrimps-laugh.md
@@ -0,0 +1,21 @@
---
"@pnpm/plugin-commands-script-runners": patch
---

Added --shell-mode option support to pnpm exec [#4328](https://github.com/pnpm/pnpm/pull/4328)

* `--shell-mode`: shell interpreter. see: https://github.com/sindresorhus/execa/tree/484f28de7c35da5150155e7a523cbb20de161a4f#shell

Usage example:

```shell
pnpm --recursive --shell-mode exec -- echo \"\$PNPM_PACKAGE_NAME\"
```

```json
{
"scripts": {
"check": " pnpm --recursive --shell-mode exec -- echo \"\\$PNPM_PACKAGE_NAME\""
}
}
```

0 comments on commit ff53e94

Please sign in to comment.