missing g flag

This commit is contained in:
Firq 2023-07-08 23:21:53 +02:00
parent 6f9d4c71bb
commit ee1d26a84d
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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