From 0e7eb4ce4203e58afedff5be0dc0bf54bcda564b Mon Sep 17 00:00:00 2001 From: Marcella Maki Date: Tue, 6 Dec 2022 12:27:22 -0500 Subject: [PATCH] Update documentation to not include extra step of deleting KDS from package.json --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b111a3d3d..2cc28f83e 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,7 @@ Large upgrades can result in a colossal git diff which makes reviewing changes o If you are working on the design system library code in this repo and want to see local updates reflected in other applications that are using this library, then you will need to do a few things. 1. While in the root of your local `kolibri-design-system` repository, run `yarn link`. -2. In the application where you intend to use `kolibri-design-system` remove the reference to `kolibri-design-system` from the `package.json` of that project. -3. In the root of the application where you intend to use `kolibri-design-system` run `yarn link kolibri-design-system` and then `yarn install`. +2. In the root of the application where you intend to use `kolibri-design-system` run `yarn link kolibri-design-system` and then `yarn install`. Now, when you run the application your changes in `kolibri-design-system` will be updated live where your app expects its dependency on `kolibri-design-system` to live.