pnpm patch <pkg>
Готує пакунок для виправлення (на основі подібної команди в Yarn).
Виконання цієї команди призведе до розпакування п акунка до тимчасової теки, призначеної для редагування за бажанням.
Once you're done with your changes, run pnpm patch-commit <path>
(with <path>
being the temporary directory you received) to generate a patchfile and register it into your top-level manifest via the patchedDependencies
field.
Використання:
pnpm patch <pkg name>@<version>
нотатка
If you want to change the dependencies of a package, don't use patching to modify the package.json
file of the package. For overriding dependencies, use overrides or a package hook.
Параметри
--edit-dir <dir>
Пакунок, який потрібно виправити, буде розпаковано до цієї теки.
--ignore-existing
Ігнорувати наявні файли виправлень під час виправлення.