fix: use cachix because github cache sucks

This commit is contained in:
2025-03-18 23:18:30 -04:00
parent 645faf398e
commit b906e614ba
2 changed files with 15 additions and 18 deletions

View File

@ -72,9 +72,6 @@
# Svelte frontend
nodejs_22
eslint
nodePackages.svelte-check
nodePackages.prettier
# Helper scripts
(writeShellApplication {
@ -183,9 +180,8 @@
cd "''${git_root}/client"
echo "Linting client"
svelte-check --tsconfig ./tsconfig.json
prettier --check .
eslint .
npm run check
npm run lint
cd "''${git_root}/server"
echo "Linting server"