diff --git a/package.json b/package.json
index 3b1c8ec..83e1a68 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ui",
- "version": "6.4.49",
+ "version": "6.4.50",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",
@@ -11,6 +11,7 @@
"sync": "svelte-kit sync",
"check": "svelte-check --threshold error --tsconfig ./tsconfig.web.json",
"check:watch": "svelte-check -threshold error --tsconfig ./tsconfig.web.json --watch",
+ "test": "pnpm run sync && pnpm run lint && pnpm run gql:check && pnpm run check",
"lint": "eslint --quiet -c eslint.config.js",
"lint:fix": "eslint --quiet -c eslint.config.js --fix",
"gql:turbo": "node ./node_modules/gql.tada/bin/cli.js turbo -c ./tsconfig.web.json",
diff --git a/src/lib/components/EpisodesList.svelte b/src/lib/components/EpisodesList.svelte
index a47a586..71d31cf 100644
--- a/src/lib/components/EpisodesList.svelte
+++ b/src/lib/components/EpisodesList.svelte
@@ -1,11 +1,3 @@
-
-