Files
Surveilled/scripts/check.sh
Sudo-Ivan 301f3a440b
All checks were successful
CI / check (push) Successful in 26s
CI / build (push) Successful in 38s
Update svelte-check command to fail on errors instead of warnings
2025-12-24 17:06:16 -06:00

10 lines
183 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "Running Svelte sync..."
npx svelte-kit sync
echo "Running svelte-check (fail on errors)..."
npx svelte-check --tsconfig ./tsconfig.json