From 6ee8500bf571d8a3fbf02bf8a91cc6da79ef9202 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 4 May 2026 18:02:00 +0300 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f57f300d3..088c52191 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "act:format": "act workflow_dispatch -W .github/workflows/format.yml", "act:update": "act workflow_dispatch -W .github/workflows/update.yml", "api:load": "tsx scripts/commands/api/load.ts", - "api:generate": "tsx scripts/commands/api/generate.ts", "channels:lint": "tsx scripts/commands/channels/lint.mts", "channels:parse": "tsx scripts/commands/channels/parse.ts", "channels:format": "tsx scripts/commands/channels/format.ts", @@ -14,6 +13,8 @@ "sites:init": "tsx scripts/commands/sites/init.ts", "sites:update": "tsx scripts/commands/sites/update.ts", "guides:update": "tsx scripts/commands/guides/update.ts", + "guides:export": "tsx scripts/commands/guides/export.ts", + "workers:load": "tsx scripts/commands/workers/load.ts", "grab": "tsx scripts/commands/epg/grab.ts", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",