fix: use cachix because github cache sucks
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user