Skip to content

1.0

Choose a tag to compare

@Hanmiao33 Hanmiao33 released this 24 Aug 03:39
· 4 commits to main since this release
build: make dist build local-runnable + prepack tarball

- tsconfig: exclude src/**/*.test.ts so host emit omits test artifacts
- scripts: build = build:host (tsc emit) + build:client (tsdown)
- prepack: rebuild lib/ on npm pack so tarball is always current
- ci: run npm run build (host+client) instead of build:client only