Skip to content

v0.1.2 — mandatory build after update

Choose a tag to compare

@Jxy-hy Jxy-hy released this 20 Aug 10:11
· 2 commits to main since this release

v0.1.2 — mandatory build after update

Fixed

  • 更新后自动构建 (Mandatory build after update). 更新流程现在总是在 rebase 之后运行 pnpm run build,确保 lib/ 下的编译产物与 rebase 后的源码一致。之前更新只 rebase 源码而不重新构建,导致重启后 harness 因缺失编译产物(如 typert.host.js、client bundles)无法启动。

  • 构建失败可见 (Build failures are surfaced). 更新结果现在携带 build 字段;构建失败会在结果通知中显示(含退出码)。