Files
bun.sh/docs/cli/patch-commit.md
2025-07-10 00:10:43 -07:00

427 B

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>.

--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" /%}