Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 498 Bytes

CONTRIBUTE.md

File metadata and controls

31 lines (19 loc) · 498 Bytes

Contribute

Dev

Run microbundle in watch mode

yarn dev

Build

Build the library

yarn build

Test

Run the tests

yarn test

Release

The release process is automated with GitHub Actions, using semantic-release

Commit messages must follow conventional commits (commitlint will refuse them otherwise)