Files
bun.sh/docs/cli/patch-commit.md
Zack Radisic c85dd4e3bf feat: bun patch (#11470)
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>
2024-06-06 17:48:05 -07:00

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.