Files
bun.sh/docs/cli/patch-commit.md
2024-09-10 15:11:16 -07:00

361 B

An alias for bun patch --commit to maintain compatibility with pnpm.

You must prepare the package for patching with bun patch <pkg> first.

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