Anchors: contract + baseline + churn test

This commit is contained in:
2026-01-19 19:46:10 +01:00
parent 0149c132bb
commit 3919827824
4 changed files with 345 additions and 1 deletions

View File

@@ -9,7 +9,9 @@
"astro": "astro",
"postbuild": "npx pagefind --site dist",
"import": "node scripts/import-docx.mjs",
"apply:ticket": "node scripts/apply-ticket.mjs"
"apply:ticket": "node scripts/apply-ticket.mjs",
"test:anchors": "node scripts/check-anchors.mjs",
"test:anchors:update": "node scripts/check-anchors.mjs --update"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",