mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: zackradisic <zackradisic@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
8 lines
329 B
Markdown
8 lines
329 B
Markdown
After having prepared a package for patching with [`bun patch`](/docs/cli/patch), you can install with `bun patch-commit <temp-directory_path>`.
|
|
|
|
### `--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.
|