Skip to content

Commit

Permalink
chore(readme): update advised command
Browse files Browse the repository at this point in the history
  • Loading branch information
TT1228 committed Dec 9, 2024
1 parent f44f3ca commit b8e7e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ You are developing shared component (let's say `@kong-ui-public/forms`) and you
pnpm link -g
```

2. make sure your package is getting build in watch mode, for this in in the folder `public-ui-components/packages/{workspace}/forms` run:
2. make sure your package is getting build in watch mode, for this in the folder `public-ui-components/packages/{workspace}/forms` run:

```sh
pnpm build:package --watch
Expand Down Expand Up @@ -265,7 +265,7 @@ In some cases HMR (hot module reloading) is not working out of the box in this c
1. In the folder `public-ui-components/packages/{workspace}/forms` run
```sh
pnpm remove @kong-ui-public/forms -g
pnpm remove -g @kong-ui-public/forms
```
1. In the root folder of the host application/package run:
Expand Down

0 comments on commit b8e7e4c

Please sign in to comment.