(buildMatch: BuildMatch)
| 3439 | } |
| 3440 | |
| 3441 | function needsBlockingBuild(buildMatch: BuildMatch): boolean { |
| 3442 | const { builder } = buildMatch.builderWithPkg; |
| 3443 | return typeof builder.shouldServe !== 'function'; |
| 3444 | } |
| 3445 | |
| 3446 | function filterFrontendBuilds(build: Builder) { |
| 3447 | const { name } = npa(build.use); |