- Checkout project
git clone
npm install -g bumped
npm install
- Create branch and make changes
- Build
npm build
git add .
git commit -m 'new addons'
git push
- Create Pull Request and merge into master branch
- Publish
git checkout origin/master
git pull
npm login
npm run patch