fix: accept pnpm release verifier arguments
This commit is contained in:
@@ -26,6 +26,7 @@ export function parsePiArtifactVerifierArgs(argv, projectRoot = process.cwd()) {
|
||||
index += 1;
|
||||
return value;
|
||||
};
|
||||
if (argument === '--') continue;
|
||||
if (argument === '--app-exe') options.executable = resolve(next());
|
||||
else if (argument === '--report') options.reportPath = resolve(next());
|
||||
else if (argument === '--samples') options.samples = Number.parseInt(next(), 10);
|
||||
|
||||
Reference in New Issue
Block a user