Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 391 Bytes

HACKING.md

File metadata and controls

36 lines (25 loc) · 391 Bytes

Hacking

How to develop for this project.

Testing

pnpm run -w test

Formatting

pnpm run -w format

Linting

pnpm run -w lint
# or
pnpm run -w lint-fix

Building

pnpm run -w build

Publishing

# NOTE: This should happen automatically when creating a GitHub Release
pnpm publish --recursive --access public