These are the minimum required steps to publish the statful javascript client on npm.
Must be executed in the following order
npm run test
npm run build
- update version in package.json
- create a new pull request
- merge pull request by selecting "squash and merge" from the dropdown selector
- click in the "draft new release" button on repo homepage
- insert the version as it is in package.json
- Add a necessary summary for the current release (optional)
- click the "Publish Release" button
- login into npm in a terminal window
npm login
- run
npm publish
Check the statful-client-javascript on NPM to verify that the newly created version is available.