diff --git a/src/commands/lighthouse.ts b/src/commands/lighthouse.ts index eb5001f..b2e9fbc 100644 --- a/src/commands/lighthouse.ts +++ b/src/commands/lighthouse.ts @@ -61,7 +61,7 @@ export const handler = async (): Promise => { console.log('showing results'); await fs.writeFile(reportPath, report); - await open(reportPath, { wait: false, url: true }); + await open(reportPath, { wait: false }); console.log('shutting down'); await server.close();