From 5508c98581d56b019eb2666bccd550b6f3d617e1 Mon Sep 17 00:00:00 2001 From: Matt Stover Date: Wed, 11 Dec 2024 11:15:53 -0800 Subject: [PATCH] fix: remove commented out lighthouse config to see if it stops autmatically running assertions --- lighthouserc-prod.cjs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lighthouserc-prod.cjs b/lighthouserc-prod.cjs index 88b30ca0b0..f43ef6523d 100644 --- a/lighthouserc-prod.cjs +++ b/lighthouserc-prod.cjs @@ -23,12 +23,6 @@ module.exports = { 'https://www.kiva.org/cc/kiva-partner', ], numberOfRuns: 5, - }, - // upload: { - // target: 'lhci', - // serverBaseUrl: 'https://lighthouse-ci-kiva-prod.herokuapp.com/', - // token: process.env.LHCI_PROD_BUILD_TOKEN, - // ignoreDuplicateBuildFailure: true - // }, + } }, };