Saltar al contenido principal
Version: 9.x

pnpm patch-commit <path>

Genere un parche a partir de un directorio y guárdelo (inspirado en un comando similar en Yarn).

This command will compare the changes from path to the package it was supposed to patch, generate a patch file, save the a patch file to patchesDir (which can be customized by the --patches-dir option), and add an entry to patchesDependencies in the top level manifest file.

Uso:

pnpm patch-commit <path>
  • path is the path to a modified copy of the patch target package, it is usually a temporary directory generated by pnpm patch.

Opciones

---patches-dir &lt;patchesDir>

The generated patch file will be saved to this directory. By default, patches are saved to the patches directory in the root of the project.