From 4ca10a94f8ce875f038268e8af9641032faf5940 Mon Sep 17 00:00:00 2001 From: pure-js <3690368+pure-js@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:51:26 +0400 Subject: [PATCH] ci(lighthouse): change best practice score --- lighthouserc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighthouserc.yml b/lighthouserc.yml index a14a263..f6b7ad7 100644 --- a/lighthouserc.yml +++ b/lighthouserc.yml @@ -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: