Skip to content

Commit 8e6af2e

Browse files
committed
ci: 👷 configure lighthouse to only check categories
1 parent c81ba48 commit 8e6af2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎.lighthouserc.yml‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ci:
44
upload:
55
target: "temporary-public-storage"
66
assert:
7-
preset: "lighthouse:recommended"
87
assertions:
9-
csp-xss: "off"
10-
bf-cache: "warn"
8+
categories:performance: error
9+
categories:accessibility: error
10+
categories:best-practices: error
11+
categories:seo: error

0 commit comments

Comments
 (0)