missing g flag
This commit is contained in:
parent
6f9d4c71bb
commit
ee1d26a84d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ unlighthouse:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
before_script:
|
before_script:
|
||||||
- npm install @unlighthouse/cli puppeteer
|
- npm install -g @unlighthouse/cli puppeteer
|
||||||
- mkdir unlighthouse-reports
|
- mkdir unlighthouse-reports
|
||||||
script:
|
script:
|
||||||
- unlighthouse-ci --site staging.firq.dev --budget 75 --build-static --output-path ./unlighthouse-reports
|
- unlighthouse-ci --site staging.firq.dev --budget 75 --build-static --output-path ./unlighthouse-reports
|
||||||
|
|
Loading…
Reference in a new issue