harlan-zw / unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.
https://unlighthouse.dev
MIT License
3.68k stars 105 forks source link

doc: fix a typo in the Integrations/CI documentation #122

Closed NielsPilgaard closed 1 year ago

NielsPilgaard commented 1 year ago

Description

This PR solves a typo in the Integrations/CI documentation.

Correction: npm add -g @unlighthouse/cli puppeteer -> npm install -g @unlighthouse/cli puppeteer

Pipeline that fails to use Unlighthouse with npm add -g @unlighthouse/cli puppeteer

Pipeline that successfully uses Unlighthouse with npm install -g @unlighthouse/cli puppeteer

The failure in the last link is not caused by Unlighthouse

Linked Issues

Additional context

harlan-zw commented 1 year ago

Thanks!