Skip to content

Commit

Permalink
ci(lighthouse): change best practice score
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 18, 2023
1 parent 0c6e5e8 commit 4ca10a9
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
@@ -1,14 +1,14 @@
ci:
collect:
numberOfRuns: 3
url: ['http://localhost']
# url: ['http://localhost']
staticDistDir: './build'
isSinglePageApplication: true
assert:
assertions:
'categories:performance': ['error', { 'minScore': 1 }]
'categories:accessibility': ['error', { 'minScore': 1 }]
'categories:best-practices': ['error', { 'minScore': 1 }]
'categories:best-practices': ['error', { 'minScore': .92 }]
'categories:pwa': ['off']
'categories:seo': ['error', { 'minScore': 1 }]
upload:
Expand Down

0 comments on commit 4ca10a9

Please sign in to comment.