Infinite List
Precondition
pnpm i
How to build
pnpm run build
How to do test
pnpm run test
If test single package only, cd to package dir.
cd packages/NAME
npm run test
How to run website
npm run docs:dev
open http://localhost:5173/
How to bump and publish
- merge feature to
next
branch
- update local
next
branch to latest
- run
pnpm changeset
to create version change
- select need to publish repo with version type ('major' | 'minor' | 'patch')
- then commit change
- push to origin
next
will trigger github automation
, if run success it will create [ci] release
in pull request tab
- merge
[ci] release
request, then it will trigger publish
How to add module to specified workspace
$ pnpm add @x-oasis/select-value --filter @infinite-list/data-model