Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 425 Bytes

patch-commit.md

File metadata and controls

11 lines (6 loc) · 425 Bytes

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