To properly perform browser testing, Chrome 60 or higher needs to be installed locally to run the tests in headless mode.
To unit test the server version locally, run
npm run test:server
To unit test cuid in the browser version locally, run
npm run test:browser
- PRs are merged in to
master
- When ready to release, create a release branch from
master
and bump the version inpackage.json
usingnpm version [major|minor|patch]
- Get the PR approved and merged to
master
- Checkout
master
and pull the latest changes and publish to npm withnpm publish