ci: 统一 typecheck 命令并添加 npm 发布工作流

This commit is contained in:
claude-code-best
2026-04-23 22:42:33 +08:00
parent 9624f880e0
commit cfe1552ec9
2 changed files with 54 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Type check
run: bunx tsc --noEmit
run: bun run typecheck
- name: Test with Coverage
run: |