Update package.json

This commit is contained in:
freearhey
2026-05-04 18:02:00 +03:00
parent e8e47b511a
commit 6ee8500bf5

View File

@@ -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",