Skip to content

Commit 9551938

Browse files
committed
Build and Publish
1 parent d55c5a9 commit 9551938

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
/.vscode
77

88
# Project
9+
/package-lock.json
910
/node_modules
1011
/dist

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ This would return the following object:
7373

7474
## Build & Publish
7575

76+
To build and publish the package, simply commit all changes and push them to master. Then run one of the following commands locally:
77+
78+
```bash
79+
npm version patch
80+
npm version minor
81+
npm version major
82+
```
83+
7684
## Information
7785

7886
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

Comments
 (0)