完成50%
This commit is contained in:
@@ -24,10 +24,4 @@ foreach ($target in $targets) {
|
||||
}
|
||||
}
|
||||
|
||||
$modulePage = Read-Utf8 'components/ModulePage.vue'
|
||||
if ($modulePage.Contains('class="page-intro"')) { throw 'ModulePage must remove repeated numbered intro blocks' }
|
||||
foreach ($required in @('module-content-frame.png', 'module-field-frame.png', '<AppLoading')) {
|
||||
if (-not $modulePage.Contains($required)) { throw "ModulePage baseline promotion missing: $required" }
|
||||
}
|
||||
|
||||
Write-Output 'MODULE-BASELINE-PROMOTION-CONTRACT PASS'
|
||||
|
||||
Reference in New Issue
Block a user