Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 536 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (28 loc) · 536 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

# unit test
pnpm test:unit

# e2e test
pnpm test:e2e

Note that to run E2E tests locally, please make sure browser binaries are already installed via npx playwright install and local dev environment is started with pnpm dev.

Print the bundle size

./bundle_size.sh

Build the release version

pnpm i
pnpm run build