fix(ci): provide explicit config file for backstopjs scripts
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 14s
Build & Deploy / 🧪 QA (push) Successful in 4m56s
Build & Deploy / 🏗️ Build (push) Successful in 2m42s
Build & Deploy / 🚀 Deploy (push) Successful in 34s
Build & Deploy / ♿ WCAG (push) Has been cancelled
Build & Deploy / 📸 Visual Diff (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled

This commit is contained in:
2026-02-22 00:18:45 +01:00
parent b8f04d3595
commit 36d193f8ec

View File

@@ -100,10 +100,10 @@
"check:mdx": "node scripts/validate-mdx.mjs", "check:mdx": "node scripts/validate-mdx.mjs",
"check:a11y": "pa11y-ci", "check:a11y": "pa11y-ci",
"check:wcag": "tsx ./scripts/wcag-sitemap.ts", "check:wcag": "tsx ./scripts/wcag-sitemap.ts",
"backstop:reference": "backstop reference --docker", "backstop:reference": "backstop reference --config=backstop.config.js --docker",
"backstop:test": "backstop test --docker", "backstop:test": "backstop test --config=backstop.config.js --docker",
"backstop:approve": "backstop approve --docker", "backstop:approve": "backstop approve --config=backstop.config.js --docker",
"backstop:ci": "backstop test", "backstop:ci": "backstop test --config=backstop.config.js",
"cms:branding:local": "DIRECTUS_URL=${DIRECTUS_URL:-http://cms.klz.localhost} npx tsx --env-file=.env scripts/setup-directus-branding.ts", "cms:branding:local": "DIRECTUS_URL=${DIRECTUS_URL:-http://cms.klz.localhost} npx tsx --env-file=.env scripts/setup-directus-branding.ts",
"cms:branding:testing": "DIRECTUS_URL=https://cms.testing.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts", "cms:branding:testing": "DIRECTUS_URL=https://cms.testing.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts",
"cms:branding:staging": "DIRECTUS_URL=https://cms.staging.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts", "cms:branding:staging": "DIRECTUS_URL=https://cms.staging.klz-cables.com npx tsx --env-file=.env scripts/setup-directus-branding.ts",