Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 322 Bytes

File metadata and controls

10 lines (8 loc) · 322 Bytes

Contributing

  • Use pnpm to install dependencies
  • Run pnpm dev to compile all packages in watch mode
  • Run pnpm format after each commit you make
  • Release a new version
    • Ensure you're on the next branch
    • Run pnpm release to bump changed packages and publish to npm/github