ci(xml): xml validation
This commit is contained in:
parent
45c8f23097
commit
0379a3ccff
3 changed files with 92 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue