#!/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