这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ function TestUsingNPM([string] $testPath) {
try {
# invoke regular build/test script
. (Join-Path $PSScriptRoot "common\build.ps1") @args
if ($LASTEXITCODE -ne 0) {
exit $LASTEXITCODE
}

# directly invoke npm tests
if (($null -ne $args) -and ($args.Contains("-test") -or $args.Contains("-t"))) {
Expand Down