From 05b19aaca34cfb8166b2753d0fbf544c8cbde365 Mon Sep 17 00:00:00 2001 From: Michael Haschke Date: Tue, 5 Nov 2024 10:46:36 +0100 Subject: [PATCH] update readme by using yalc add instead of yalc link example --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e85ba877..99b66e9e 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,11 @@ If necessary you can use [yalc](https://github.com/wclr/yalc) to develop gui ele 1. Install yalc globally via npm or yarn 2. Checkout [@eccenca/gui-elements](https://github.com/eccenca/gui-elements) -3. Inside gui elements folder: `yalc publish --push` -4. Inside your applications folder: `yalc link @eccenca/gui-elements` -5. After updates to the gui elements: `yarn build:all && yalc push` +3. Inside gui elements folder: `yarn build:all && yalc publish --push` +4. Inside your applications folder: `yalc add @eccenca/gui-elements` +5. After updates to the gui elements rebuild and update the applications yalc folder: `yarn build:all && yalc publish --push` (you usually are not required to fire another `yalc add` in your applications folder) + +After you tested the GUI elements package locally you can Clean up your applications folder by `yalc remove --all && git checkout -- pakage.json yarn.lock`. ### Process for pull requests and publishing releases