I want to make changes to kg-lexical-html-renderer
inside GitHub - TryGhost/Koenig: Components of Ghost’s Editor but even after following the linking (yarn link), it doesn’t seem to work.
Steps that I did:
- Linked using
yarn link
- Head out to main ghost repo → ghost/core and ran this command (
yarn link @tryghost/kg-lexical-html-renderer
)
Did the same for kg-default-nodes
as there is a dependency between both.
- Ran the server from the root of the project on both the repos, can’t see the code changes on the frontend. Can’t find any documentation around the same.
Goal: To be able to make changes on kg-default-nodes
or kg-lexical-html-renderer
and see the changes live on the frontend (ghost main repo)
Need help.
cc: @Kevin