From f44637e078dbbbc997aa3bfb9386e3ab5d12fbaf Mon Sep 17 00:00:00 2001 From: Juri Date: Fri, 14 Oct 2022 15:04:16 +0200 Subject: [PATCH] docs(core): clear option for local-registry --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef94a12bf6..d70374e196 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ Check out [this video for a live walkthrough](https://youtu.be/Tx257WpNsxc) or f If you have problems publishing, make sure you use Node 16 and NPM 6 or 8. -**NOTE:** After you finish with local testing don't forget to stop the local registry (either closing the Terminal 1 or running `yarn local-registry stop`) and disabling the local registy using `yarn local-registry disable`. Keeping local registry enabled will change your lock file resolutions to `localhost:4873` on the next `yarn install`. +**NOTE:** After you finish with local testing don't forget to stop the local registry (e.g. closing the Terminal 1) and disabling the local registy using `yarn local-registry disable`. Keeping local registry enabled will change your lock file resolutions to `localhost:4873` on the next `yarn install`. You can also run `yarn local-registry clear` to clean all packages in that local registry. ### Publishing for Yarn 2+ (Berry)