Stabilize paired reviewer recovery and owner follow-up
This commit is contained in:
@@ -77,7 +77,11 @@ export function buildVerificationCommand(
|
||||
repoDir: string = process.cwd(),
|
||||
): VerificationCommandSpec {
|
||||
const scriptName =
|
||||
profile === 'test' ? 'test' : profile === 'typecheck' ? 'typecheck' : 'build';
|
||||
profile === 'test'
|
||||
? 'test'
|
||||
: profile === 'typecheck'
|
||||
? 'typecheck'
|
||||
: 'build';
|
||||
const command = buildWorkspaceScriptCommand(repoDir, scriptName);
|
||||
return {
|
||||
file: command.file,
|
||||
|
||||
Reference in New Issue
Block a user