ci: build + anchors + inline-js guard
Some checks failed
CI / build-and-anchors (push) Failing after 5m4s

This commit is contained in:
2026-01-20 14:19:11 +01:00
parent 04d6db10af
commit 84c295d4ce
3 changed files with 106 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"postbuild": "npx pagefind --site dist",
"import": "node scripts/import-docx.mjs",
"apply:ticket": "node scripts/apply-ticket.mjs",
"test": "npm run build && npm run test:anchors && node scripts/check-inline-js.mjs",
"test:anchors": "node scripts/check-anchors.mjs",
"test:anchors:update": "node scripts/check-anchors.mjs --update"
},