Skip to content

Commit

Permalink
fix: remove commented out lighthouse config to see if it stops autmat…
Browse files Browse the repository at this point in the history
…ically running assertions
  • Loading branch information
mcstover committed Dec 11, 2024
1 parent 4211c81 commit 5508c98
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lighthouserc-prod.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
// },
}
},
};

0 comments on commit 5508c98

Please sign in to comment.