From df24060936c18c9973afde4edd347a191edb6242 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 10 Aug 2023 12:14:35 +0200 Subject: Skip some translations in pa11y-ci to speed up CI --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 0091d79b..bcfc4904 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,7 +5,7 @@ "version": "0.0.1", "scripts": { "test": "start-server-and-test preview http://localhost:3000 pa11y", - "pa11y": "pa11y-ci --sitemap 'http://localhost:3000/sitemap-index.xml' --sitemap-find 'https://starlight.astro.build' --sitemap-replace 'http://localhost:3000'", + "pa11y": "pa11y-ci --sitemap 'http://localhost:3000/sitemap-index.xml' --sitemap-find 'https://starlight.astro.build' --sitemap-replace 'http://localhost:3000' --sitemap-exclude '/(de|zh|fr|es|pt-br|it)/.*'", "dev": "astro dev", "start": "astro dev", "build": "astro build", -- cgit