Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 447 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (13 loc) · 447 Bytes

Development

Commit messages

This repository use commitizen to normalize the commit messages. Commit messages are not linted.

Bootstrapping

Run npm install.

This will install all deps recursively.

Building

Run npm run build.

Testing all packages

Run npm test from the shell to run tests for all packages.

Releasing one (or more) packages

Is done by the GH actions pipeline.