summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2023-08-10 12:14:35 +0200
committerChris Swithinbank2023-08-10 12:14:35 +0200
commitdf24060936c18c9973afde4edd347a191edb6242 (patch)
tree7153155651a90e8bab1cc7cf9eb43c7534fa02e0
parent555826d39edec9b0535edf734656dd9bf7cc31ea (diff)
downloadIT.starlight-df24060936c18c9973afde4edd347a191edb6242.tar.gz
IT.starlight-df24060936c18c9973afde4edd347a191edb6242.tar.bz2
IT.starlight-df24060936c18c9973afde4edd347a191edb6242.zip
Skip some translations in pa11y-ci to speed up CI
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
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",