Tripsomania Chat
Links
Publishing process
-
Switch to the
master
branchgit checkout master
-
Pull the latest changes
git pull origin master
-
Bump the version in
package.json
andpackage-lock.json
-
Build the package
npm run build
-
Npm publish
npm publish