Env: Update check script

This commit is contained in:
2025-12-25 20:27:52 +01:00
parent 9bdf6ea8ef
commit 24a713b471
3 changed files with 7 additions and 6 deletions

View File

@ -307,7 +307,8 @@ rec {
abbr -a pb "pocketbase serve --http 192.168.86.50:8090 --dev"
abbr -a dev "npm run dev -- --host --port 5173"
abbr -a prod "npm run build && npm run preview -- --host --port 5173"
abbr -a check "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
# abbr -a check "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
abbr -a check "npm run check:watch"
'';
in
builtins.concatStringsSep "\n" [

8
package-lock.json generated
View File

@ -31,7 +31,7 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"runes2": "^1.1.4",
"svelte": "^5.23.0",
"svelte-check": "^4.1.5",
"svelte-check": "^4.3.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"uuid": "^11.1.0",
@ -4853,9 +4853,9 @@
}
},
"node_modules/svelte-check": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.5.tgz",
"integrity": "sha512-Gb0T2IqBNe1tLB9EB1Qh+LOe+JB8wt2/rNBDGvkxQVvk8vNeAoG+vZgFB/3P5+zC7RWlyBlzm9dVjZFph/maIg==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.3.5.tgz",
"integrity": "sha512-e4VWZETyXaKGhpkxOXP+B/d0Fp/zKViZoJmneZWe/05Y2aqSKj3YN2nLfYPJBQ87WEiY4BQCQ9hWGu9mPT1a1Q==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -30,7 +30,7 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"runes2": "^1.1.4",
"svelte": "^5.23.0",
"svelte-check": "^4.1.5",
"svelte-check": "^4.3.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"uuid": "^11.1.0",