ci(xml): xml validation

This commit is contained in:
Lewis Wynne 2026-03-23 21:11:49 +00:00
parent 45c8f23097
commit 0379a3ccff
3 changed files with 92 additions and 1 deletions

View file

@ -9,7 +9,8 @@
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"validate": "scripts/validate-xml.sh"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",