diff --git a/lighthouserc.cjs b/lighthouserc.cjs index 0a1ebc9e98..747519728b 100644 --- a/lighthouserc.cjs +++ b/lighthouserc.cjs @@ -18,10 +18,10 @@ module.exports = { ], startServerCommand: 'yarn docs:start', staticDistDir: './projects/documentation/_site', + onlyCategories: ['performance', 'accessibility'], }, upload: { target: 'temporary-public-storage', - outputDir: '.lighthouseci', }, assert: { preset: 'lighthouse:no-pwa', @@ -38,18 +38,6 @@ module.exports = { minScore: 0.8, }, ], - 'categories:best-practices': [ - 'warn', - { - minScore: 0.8, - }, - ], - 'categories:seo': [ - 'warn', - { - minScore: 0.8, - }, - ], }, }, },