test(M00): 补充发布清单dry-run检查

This commit is contained in:
Codex
2026-06-16 14:34:59 +08:00
parent d6f0e10990
commit 59d92c00b0
11 changed files with 112 additions and 20 deletions
+1
View File
@@ -5,6 +5,7 @@ $ErrorActionPreference = "Stop"
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-line-endings.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-large-files.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-repo-completeness.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-release-manifest.ps1
if (Test-Path "package.json") {
npm run lint --if-present