mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
10 lines
361 B
Markdown
10 lines
361 B
Markdown
An alias for `bun patch --commit` to maintain compatibility with pnpm.
|
|
|
|
You must prepare the package for patching with [`bun patch <pkg>`](https://bun.sh/docs/cli/patch) first.
|
|
|
|
### `--patches-dir`
|
|
|
|
By default, `bun patch-commit` will use the `patches` directory in the temporary directory.
|
|
|
|
You can specify a different directory with the `--patches-dir` flag.
|