# 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
- lint or other check
pnpm run ready
- run changeset
- select changed package e.g farmup
- select an appropriate version number, e.g
patch
npx changeset
create PR in github and add reviewer for your PR