Run microbundle in watch mode
yarn dev
Build the library
yarn build
Run the tests
yarn test
The release process is automated with GitHub Actions, using semantic-release
Commit messages must follow conventional commits (commitlint will refuse them otherwise)