Skip to content

Commit

Permalink
ci(lighthouse): up scores
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 18, 2023
1 parent 4ca10a9 commit bbfca9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ci:
assert:
assertions:
'categories:performance': ['error', { 'minScore': 1 }]
'categories:accessibility': ['error', { 'minScore': 1 }]
'categories:accessibility': ['error', { 'minScore': .90 }]
'categories:best-practices': ['error', { 'minScore': .92 }]
'categories:pwa': ['off']
'categories:seo': ['error', { 'minScore': 1 }]
'categories:seo': ['error', { 'minScore': .91 }]
upload:
target: 'temporary-public-storage'

0 comments on commit bbfca9f

Please sign in to comment.