We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868e4b4 commit 2e30b9fCopy full SHA for 2e30b9f
1 file changed
scripts/lighthouse-a11y.sh
@@ -8,11 +8,11 @@
8
set -e
9
10
echo "🌙 Running Lighthouse accessibility audit (dark mode)..."
11
-LIGHTHOUSE_COLOR_MODE=dark pnpx @lhci/cli autorun
+LIGHTHOUSE_COLOR_MODE=dark pnpx @lhci/cli autorun --upload.githubStatusContextSuffix="/dark"
12
13
echo ""
14
echo "☀️ Running Lighthouse accessibility audit (light mode)..."
15
-LIGHTHOUSE_COLOR_MODE=light pnpx @lhci/cli autorun
+LIGHTHOUSE_COLOR_MODE=light pnpx @lhci/cli autorun --upload.githubStatusContextSuffix="/light"
16
17
18
echo "✅ Accessibility audits completed for both color modes"
0 commit comments