- npm run build
- Update
package.json
with new version - Run
npm install --package-lock-only
to update the lock file with the new version - If committing on a different branch, merge changes to
master
- Tag the (merge) commit with the current version in
package.json
, e.g.1.2.3
- CircleCI will run the build process and deploy the artifact to npmjs
@gastfreund/roq-ui-react