We're using pnpm
as a package manager for this repo. Install it using:
npm install -g pnpm
Start the test:
pnpm test
Do the changes, and make sure the tests are passing.
Bump the package version according to semver:
pnpm version [major | minor | patch]
This command will bump the version in
package.json
and create a version commit and tag.
Push the changes to GitHub:
git push
A GitHub Action will automatically publish the new version to npm.