Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 129 Bytes

how-to-do-release.md

File metadata and controls

15 lines (14 loc) · 129 Bytes

Building

npm run build

Pushing as usual:

git add .
git commit -m "..."
git push

Patch

npm version patch