chore: do not fail on state referenced locally warning

pull/24476/head
Daniel Dietzler 2025-12-10 17:51:44 +07:00
parent 40dff978bc
commit 67d3a97971
No known key found for this signature in database
GPG Key ID: A1C0B97CD8E18DFF
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@
"build:stats": "BUILD_STATS=true vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings",
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings --compiler-warnings 'state_referenced_locally:ignore'",
"check:typescript": "tsc --noEmit",
"check:watch": "pnpm run check:svelte --watch",
"check:code": "pnpm run format && pnpm run lint && pnpm run check:svelte && pnpm run check:typescript",