Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update local latitude-api testing details in README.md
  • Loading branch information
Sean Gillespie authored Jun 7, 2022
1 parent 13eecd2 commit 406190e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 406190e

Please sign in to comment.