Update svelte-check command to fail on errors instead of warnings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user