From 406190ef7be1b04a9db3f5530656fdefeec1ecee Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Tue, 7 Jun 2022 15:55:13 -0400 Subject: [PATCH] Update README.md Update local latitude-api testing details in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffe0f7d3..bedcedc4e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ You can either: 1. Target a published version of [@latitudegames/thoth-core](https://github.com/latitudegames/thoth/packages/983711) in client/package.json 2. Or actively develop against the current state of the repository. (By ensuring that client/package.json is targetting the same version of @latitudegames/thoth-core that is currently listed in core/package.json) -If you are testing with the Latitude API you can point the latitude api to your local thoth package by making the dependance `"@latitudegames/thoth-core": "../thoth/core",` +If you are testing with the Latitude API locally you can point the latitude api to your local thoth package: + +1. run `yarn link` in `thoth/packages/core` +1. run `yarn link @latitudegames/thoth-core` in `latitude-api` +1. To reverse this process, simply use `yarn unlink` or `yarn unlink @latitudegames/thoth-core` ## @latitudegames/thoth-core CI