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" [