补齐桌面壳构建烟测
将桌面 release --no-bundle 构建烟测纳入原生壳统一验收 同步宿主壳方案、能力协议和文档入口的验收口径 更新项目共享记忆中的原生壳门禁决策
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user