From 7f28a08bc7338a367f25d08f974e8d5b22f9785d Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 25 Feb 2021 12:52:21 -0500 Subject: [PATCH] docs(core): add instruction for local development/testing (#4877) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cae48daec..dd52e35d8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,6 +64,7 @@ yarn local-registry disable To publish packages to a local registry, do the following: - Run `yarn local-registry start` in Terminal 1 (keep it running) +- Run `npm adduser` in Terminal 2 (real credentials are not required, you just need to be logged in) - Run `yarn local-registry enable` in Terminal 2 - Run `yarn nx-release 999.9.9 --local` in Terminal 2 - Run `cd /tmp` in Terminal 2