Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 342 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 342 Bytes

Contributing

Start a watch process

pnpm i
pnpm run watch

Start the dev server of the example

cd packages/blocky-example
pnpm run dev

Run tests

pnpm -r --if-present run test:prod

Print the bundle size

./bundle_size.sh

Build the release version

pnpm i
pnpm run build