From b8e7e4c46b31b51d95e91f241c916885b581fba0 Mon Sep 17 00:00:00 2001 From: Tian Tan Date: Mon, 9 Dec 2024 10:24:05 +0800 Subject: [PATCH] chore(readme): update advised command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a71f16ff61..58f6e36f3d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: