using path instead of -g
This commit is contained in:
parent
ee1d26a84d
commit
13a48becd6
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ unlighthouse:
|
|||
- main
|
||||
- tags
|
||||
before_script:
|
||||
- npm install -g @unlighthouse/cli puppeteer
|
||||
- npm install @unlighthouse/cli puppeteer
|
||||
- mkdir unlighthouse-reports
|
||||
script:
|
||||
- unlighthouse-ci --site staging.firq.dev --budget 75 --build-static --output-path ./unlighthouse-reports
|
||||
- node_modules/.bin/unlighthouse-ci --site staging.firq.dev --budget 75 --build-static --output-path ./unlighthouse-reports
|
||||
- cp public/serve.json unlighthouse-reports
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue