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