From 57a47d463aed5527625b8271387ce293ba16a37a Mon Sep 17 00:00:00 2001 From: t <28008958+taeh98@users.noreply.github.com> Date: Sun, 3 Sep 2023 03:23:25 +0100 Subject: [PATCH] added patch-package to experiment easily to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 161ba21..cba7382 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ To make a new release, follow these steps: * Verify the development branch has all the changes desired in the release and works well +* You can test changes to the library and experiment easily + with [patch-package](https://www.npmjs.com/package/patch-package) * Use `npm pack` to test the new version of the library locally and check it works correctly; see [https://dev.to/scooperdev/use-npm-pack-to-test-your-packages-locally-486e](https://dev.to/scooperdev/use-npm-pack-to-test-your-packages-locally-486e)