Update svelte-check command to fail on errors instead of warnings
All checks were successful
CI / check (push) Successful in 26s
CI / build (push) Successful in 38s

This commit is contained in:
2025-12-24 17:06:16 -06:00
parent 044830f5cb
commit 301f3a440b

View File

@@ -4,6 +4,6 @@ set -euo pipefail
echo "Running Svelte sync..."
npx svelte-kit sync
echo "Running svelte-check (fail on warnings)..."
npx svelte-check --tsconfig ./tsconfig.json --fail-on-warnings
echo "Running svelte-check (fail on errors)..."
npx svelte-check --tsconfig ./tsconfig.json