|
|
|
|
@ -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 --compiler-warnings 'reactive_declaration_non_reactive_property:ignore' --ignore src/lib/components/timeline/Timeline.svelte",
|
|
|
|
|
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings",
|
|
|
|
|
"check:typescript": "tsc --noEmit",
|
|
|
|
|
"check:watch": "npm run check:svelte -- --watch",
|
|
|
|
|
"check:code": "npm run format && npm run lint:p && npm run check:svelte && npm run check:typescript",
|
|
|
|
|
|