From 5a6132a58c03d3a7f3f44cfca50743f1a98ea707 Mon Sep 17 00:00:00 2001 From: Matt Stover Date: Mon, 9 Dec 2024 20:53:53 -0800 Subject: [PATCH] chore: turn off lighthouse push to external server --- lighthouserc-prod.cjs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lighthouserc-prod.cjs b/lighthouserc-prod.cjs index 0feb189f51..88b30ca0b0 100644 --- a/lighthouserc-prod.cjs +++ b/lighthouserc-prod.cjs @@ -24,11 +24,11 @@ module.exports = { ], numberOfRuns: 5, }, - upload: { - target: 'lhci', - serverBaseUrl: 'https://lighthouse-ci-kiva-prod.herokuapp.com/', - token: process.env.LHCI_PROD_BUILD_TOKEN, - ignoreDuplicateBuildFailure: true - }, + // upload: { + // target: 'lhci', + // serverBaseUrl: 'https://lighthouse-ci-kiva-prod.herokuapp.com/', + // token: process.env.LHCI_PROD_BUILD_TOKEN, + // ignoreDuplicateBuildFailure: true + // }, }, };