There was an error while loading. Please reload this page.
1 parent 0cff09d commit 87e2b61Copy full SHA for 87e2b61
1 file changed
readme.md
@@ -29,16 +29,10 @@ const MyCommponent = () => {
29
30
SVG related parameters like height and width can be passed as props
31
32
-## Generate Component
+## Generate Components
33
To generate the components, simply run the following command
34
```bash
35
-npm run build
36
-```
37
-
38
-or
39
40
-```bash
41
-npm run bootstrapping
+npm run generate
42
```
43
44
## Build & Publish
@@ -50,11 +44,6 @@ npm version minor
50
npm version major
51
45
52
46
53
-To remove all generated files run the clean script
54
55
-npm run clean
56
57
58
47
## Information
59
48
60
49
About Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).
0 commit comments