Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 489 Bytes

File metadata and controls

39 lines (27 loc) · 489 Bytes

Contributing

Thanks for contributing to react-realtime-hooks.

Development

Useful local commands:

npm run build
npm run demo
npm run demo:build
npm run lint
npm run typecheck
npm run test
npm run publint

Releases

This repo uses Changesets for versioning, changelog generation, and npm publishing.

Create a changeset:

npm run changeset

Version packages locally:

npm run version-packages

Publish manually:

npm run release