Skip to content

Local Development

Build, Verify, Release

Install

bash
pnpm install

Common Commands

CommandPurpose
pnpm devRun the main demo
pnpm docs:devRun the documentation site
pnpm site:devRun the official site
pnpm build-onlyBuild the main demo
pnpm docs:buildBuild documentation
pnpm site:buildBuild the official site
pnpm verify:format-supportVerify 206 extensions and 24 renderer pipelines stay documented
pnpm verify:renderer-assetsVerify runtime assets are included in renderer packages and web builds
pnpm verify:browser-smokeRun demo and component browser smoke tests

Release Gate

Before publishing packages or deploying production, run the focused checks for the area you changed. Renderer and asset changes should at least pass:

bash
pnpm build-only
pnpm docs:build
pnpm verify:format-support
pnpm verify:renderer-assets
pnpm verify:smoke-matrix
pnpm verify:npm-install-smoke

Use pnpm verify:migration-gates for a broader migration gate.

Released under the Apache-2.0 License.