Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 360 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 360 Bytes

Contributing

  1. Run nvm use to switch to specified node version
  2. Run pnpm install to install dev dependencies.

To report a bug, attempt to reproduce it as a test.

Testing

  1. Run pnpm run test --watch for watch mode.

Building

  1. Run pnpm run build to build the dist folder.
  2. Run npm version major|minor|patch to release a new version.