- Update the version in the package.json file
- Run
pnpm update
- Run
pnpm audit --fix
- Run
pnpm lint
- Run the tests
pnpm test
- Run test coverage
pnpm coverage
- Review the coverage in
./coverage
- Build the package
pnpm build
- Commit any changes
- Login to npm
pnpm login
- Publish the package
pnpm publish