Skip to content

Commit 2e3757d

Browse files
author
Simon Planinschek
committed
Add build instructor to readme.md
1 parent 295a8b4 commit 2e3757d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ SVG related parameters like height and width can be passed as props
3030

3131
## Build & Publish
3232

33-
To build and publish the package, simply commit all changes and push them to master. Then run one of the following commands locally:
33+
To build the package, simply run the following command
34+
```bash
35+
npm run build
36+
```
3437

38+
To publish the package commit all changes and push them to master. Then run one of the following commands locally:
3539
```bash
3640
npm version patch
3741
npm version minor

0 commit comments

Comments
 (0)