Skip to content

Commit

Permalink
Merge pull request #393 from marcellamaki/remove-extra-step-from-docu…
Browse files Browse the repository at this point in the history
…mentation

Update documentation to not includedeleting KDS from package.json
  • Loading branch information
marcellamaki authored Jan 3, 2023
2 parents 043f9de + 0e7eb4c commit 9d2a946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9d2a946

Please sign in to comment.