Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (29 loc) · 597 Bytes

Contributing

Local Development

# 1. install dependents
pnpm install

# 2. build source
pnpm run build

# 3. local development
# start watch mode for build source
pnpm run farmup

# 4. link to global, use in other somewhere
pnpm link --global

# 5. test your change
farmup file.ts

Ready PR

  1. lint or other check
pnpm run ready
  1. run changeset
  2. select changed package e.g farmup
  3. select an appropriate version number, e.g patch
npx changeset

Create PR

create PR in github and add reviewer for your PR