Files
bun.sh/docs/cli/patch-commit.md
Jarred Sumner d7f9346f67 Fix broken link
2024-09-10 15:22:08 -07:00

10 lines
383 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.sh/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.