补齐桌面壳构建烟测

将桌面 release --no-bundle 构建烟测纳入原生壳统一验收

同步宿主壳方案、能力协议和文档入口的验收口径

更新项目共享记忆中的原生壳门禁决策
This commit is contained in:
2026-06-18 09:40:02 +08:00
parent a9b297a728
commit 9f1a3fac7d
6 changed files with 15 additions and 6 deletions
+5
View File
@@ -41,6 +41,11 @@ const steps = [
command: npmCommand,
args: ['run', 'desktop-shell:test'],
},
{
label: 'desktop-shell-release-build-smoke',
command: npmCommand,
args: ['run', 'desktop-shell:build', '--', '--no-bundle'],
},
];
for (const step of steps) {