-
Run
./deploy.sh
-
Update
common-js
injs-sdk
andnode-sdk
and re-deploy both packages.
or
-
Run tests
npm test
-
Create a new version (patch, minor, major) Increase version number by using
npm version patch | minor | major
Example: increasing patch version
npm version patch
-
Push tag to remote
If you tag the commit, TravisCI automatically publishes the package to NPM.
git push origin <new version>
Example: git push origin v1.1.15
You can follow the build status here -> https://travis-ci.com/configcat/common-js
-
Update
common-js
injs-sdk
andnode-sdk
and re-deploy both packages.