348 B
348 B
Before finishing a task:
- Run
pnpm run buildto ensure TypeScript compile + bundling succeed. - Verify
dist_ts_web/anddist_bundle/bundle.jsupdated. - Optionally run
pnpm run testand inspect failures. - Avoid changing public APIs unless required; keep changes scoped.
- Update readme or inline docs only if user-facing behavior changes.