From 520f58ac7f1f7043855f633e6782f8714d81069b Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Mon, 17 Oct 2022 09:43:36 +0200 Subject: [PATCH] add clear cmd to readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 177682582..9dae3ba06 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,12 @@ To import the different variants of an icon you can add the variants as a postfi ## Generate Components +To clear the directory with the existing icons before regenerating them: + +```bash +npm run clear +``` + To generate the components, simply run the following command: ```bash