docs(core): add instruction for local development/testing (#4877)

This commit is contained in:
Vivek 2021-02-25 12:52:21 -05:00 committed by GitHub
parent ed22ae64ac
commit 7f28a08bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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