mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
12 lines
427 B
Markdown
12 lines
427 B
Markdown
An alias for `bun patch --commit` to maintain compatibility with pnpm.
|
|
|
|
To get started with patch, first prepare the package for patching with [`bun patch <pkg>`](https://bun.com/docs/install/patch).
|
|
|
|
### `--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.
|
|
|
|
{% bunCLIUsage command="patch-commit" /%}
|