Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 312 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 312 Bytes

🤝️ Contributing

Local development

  • Setup: yarn install
  • Code with tests: yarn test --watch
  • Code with linked project: yarn dev

Release

First, authenticate with the npm registry. Then:

  • Test and build: yarn pre-release
  • Publish: yarn release patch|minor|major