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 pb "pocketbase serve --http 192.168.86.50:8090 --dev"
abbr -a dev "npm run dev -- --host --port 5173" abbr -a dev "npm run dev -- --host --port 5173"
abbr -a prod "npm run build && npm run preview -- --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 in
builtins.concatStringsSep "\n" [ builtins.concatStringsSep "\n" [

8
package-lock.json generated
View File

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

View File

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