feat: parallelize check tasks with real-time progress output

This commit is contained in:
2026-01-05 19:34:02 -06:00
parent 2a710d584e
commit 48ac803bc3
2 changed files with 62 additions and 6 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"clean": "rm -rf .svelte-kit build node_modules",
"lint": "eslint .",
"format": "prettier --write ."
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",