You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# bump the repo version
npm version patch|minor|major
# run the build script
npm run build
# test the distribution
node dist-test.js
# commit the changes
git commit -m "distribute"
# publish the new version
npm publish