mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 10:57:03 -04:00
Update package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user